PHP 8.5.0 Beta 1 available for testing

Voting

: min(nine, nine)?
(Example: nine)

The Note You're Voting On

Kriogen
17 years ago
Create before test.xml with:
<?xml version="1.0" encoding="utf-8"?>
<Photos>
</Photos>

and past after in your php-file:

<?php
$simp
= simplexml_load_file('test.xml');
$node = $simp->addChild('home');
$node->addChild('mychild', 'insert text');
$s = simplexml_import_dom($simp);
$s->saveXML('test.xml');
?>

This code creating a child-nod in the root.
Owner http://www.mensfashion.ru

<< Back to user notes page

To Top