hi all,
i'm trying to parse a xml file using DOMDocument, but i'm getting the error as
Warning: DOMDocument::load(...jobs.xml) [function.DOMDocument-load]: failed to open stream: Permission denied in ...import.php on line 26
code i used
$doc = new DOMDocument();
$doc->load( 'jobs.xml' );
$jobs = $doc->getElementsByTagName( "jobtitle" );
can anyone help me in tis..
plzzzzzzzzzz
DOM problem
Moderator: General Moderators
Re: DOM problem
The process running your script doesn't have the proper permissions to open the file.rskumar20 wrote:Warning: DOMDocument::load(...jobs.xml) [function.DOMDocument-load]: failed to open stream: Permission denied in ...import.php on line 26
see http://en.wikipedia.org/wiki/File_system_permissions