saving a PHP generated XML document
Posted: Mon Apr 12, 2004 2:28 am
Hi, I recently completed this tutorialhttp://www.phpdeveloper.org/section/tutorial/51 , and was wondering how I go about saving the outputted XML document as a file on my server.
$fp fopen (file.xml, a+)
fwrite ( outputtedxml, $fp)
thanx
$fp fopen (file.xml, a+)
fwrite ( outputtedxml, $fp)
thanx