cardio5643 Posted July 30, 2009 Share Posted July 30, 2009 That is so strange. I can't imagine how that would affect that. -Is this your server or with a hosting service? -Do you have access to the PHP error logs, and is there anything in them? -Is this the ACTUAL code you are using or an abbreviated version? -What if you use different file functions: Code: [select] <?php $xmlFile = "../etc/someXMLfile.xml"; $flashXML = simplexml_load_string('<root><number>1</number></root>'); file_put_contents($xmlFile,'test'); ?> It is my server, it is running off a linux box. I searched for as many logs as I could and found nothing having to do with this. And yes, this is the actual code, exactly what i am using. That new file function was a no go either - didn't even create the file. I guess I am just stuck Quote Link to comment https://forums.phpfreaks.com/topic/168155-guess-i-am-just-stuck/ Share on other sites More sharing options...
Adam Posted July 30, 2009 Share Posted July 30, 2009 ..pardon? Quote Link to comment https://forums.phpfreaks.com/topic/168155-guess-i-am-just-stuck/#findComment-886927 Share on other sites More sharing options...
JasonO Posted July 30, 2009 Share Posted July 30, 2009 New topic instead of reply I think? :| Quote Link to comment https://forums.phpfreaks.com/topic/168155-guess-i-am-just-stuck/#findComment-886929 Share on other sites More sharing options...
roopurt18 Posted July 30, 2009 Share Posted July 30, 2009 This should be locked. Quote Link to comment https://forums.phpfreaks.com/topic/168155-guess-i-am-just-stuck/#findComment-886936 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.