Codice PHP:
$doc = new DOMDocument();
$node = $doc->createElement("para");
$nodeText = $doc->createTextNode("Prova xml dom");
$node->appendChild($nodeText);
$newnode = $doc->appendChild($node);
echo $doc->saveXML();
![]()
Codice PHP:
$doc = new DOMDocument();
$node = $doc->createElement("para");
$nodeText = $doc->createTextNode("Prova xml dom");
$node->appendChild($nodeText);
$newnode = $doc->appendChild($node);
echo $doc->saveXML();
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it