therock Posted November 13, 2006 Share Posted November 13, 2006 hi all,i'm trying to parse a xml file using DOMDocument, but i'm getting the error asWarning: DOMDocument::load(...jobs.xml) [function.DOMDocument-load]: failed to open stream: Permission denied in ...import.php on line 26code i used $doc = new DOMDocument(); $doc->load( 'jobs.xml' ); $jobs = $doc->getElementsByTagName( "jobtitle" );can anyone help me in tis..plzzzzzzzzzz Link to comment https://forums.phpfreaks.com/topic/27073-dom-document-problem/ Share on other sites More sharing options...
btherl Posted November 13, 2006 Share Posted November 13, 2006 That means it does not have permission to open jobs.xml (or possibly the directory containing it). How to fix it depends on if you are using unix or windows.. Link to comment https://forums.phpfreaks.com/topic/27073-dom-document-problem/#findComment-123821 Share on other sites More sharing options...
therock Posted November 13, 2006 Author Share Posted November 13, 2006 i'm using windows operating system Link to comment https://forums.phpfreaks.com/topic/27073-dom-document-problem/#findComment-123827 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.