Home › Forums › Back End › Edit XML with PHP › Re: Edit XML with PHP
June 17, 2010 at 4:48 pm
#78161
Member
First, do you have "" around it if you aren’t using the variable?
$doc->save($xmlFile);
OR
$doc->save("http://www.condiffphotography.com/pricing.xml");
Is the php file you are running on the same server as the xml file? I’m pretty sure they have to be. Also try changing the location to a relative location.