ajax XML


header('Content-type: text/xml');

<?php echo $description; ?>


httpRequest.responseXML.getElementsByTagName('description')[0].firstChild.data;

No comments:

Post a Comment