Zdravim nejak se mi nedari rozchodit DOM v PHP po
if (!$dom = domxml_open_file("pokus.xml")) {
echo "Error while parsing the document\n";
exit;
}
mi to hodi:
Warning: domxml_open_file(): I/O in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3
Warning: domxml_open_file(): warning : in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3
Warning: domxml_open_file(): failed to load external entity "pokus.xml" in C:\Program Files\Apache Group\Apache2\htdocs\www\xml\pokus\index.php on line 3
Error while parsing the document