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
saving a PHP generated XML document
Moderator: General Moderators
-
NateVeronica
- Forum Newbie
- Posts: 8
- Joined: Sat Mar 20, 2004 6:40 am