save xml file to different directory

Foo Fighter

New Member
I am looking to save an xml file to a different directory from the root using php5. any ideas? \[code\]//write to the file$filename = $id . ".xml";$doc->save($filename);\[/code\]I want to save the file to the \[code\]/xml/\[/code\] directory.
 
Back
Top