Codice PHP:
$doc = new DomDocument('1.0','UTF-8');
$elem = $doc->createElement("elem","valore");
$elem = $doc->appendChild($elem);
echo $elem->nodeValue;
![]()
Codice PHP:
$doc = new DomDocument('1.0','UTF-8');
$elem = $doc->createElement("elem","valore");
$elem = $doc->appendChild($elem);
echo $elem->nodeValue;
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it