Tagged Questions
0
votes
1answer
846 views
Failed to Open Stream: Permission Denied While Writing to an XML File in a WordPress Plugin
I'm trying to write to an XML file in a WordPress Plugin. I'm on my local machine, a Mac running MAMP. I have PHP 5.2.13 My code is:
$file_handle = fopen('markers.xml', 'w');
$stringdata = "Test ...