Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Edit XML with PHP Re: Edit XML with PHP

#78161
Capt Otis
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.