DOM problem
Posted: Mon Nov 13, 2006 12:56 am
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
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