saving a PHP generated XML document

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
NateVeronica
Forum Newbie
Posts: 8
Joined: Sat Mar 20, 2004 6:40 am

saving a PHP generated XML document

Post 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
NateVeronica
Forum Newbie
Posts: 8
Joined: Sat Mar 20, 2004 6:40 am

bumped

Post by NateVeronica »

bump! :)
Post Reply