Page 1 of 1

saving a PHP generated XML document

Posted: Mon Apr 12, 2004 2:28 am
by NateVeronica
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

bumped

Posted: Mon Apr 12, 2004 9:45 pm
by NateVeronica
bump! :)