contact at richardleggett dot co dot uk
14-Feb-2005 05:00
If you want to work on both Windows and Linux, I found appending the following to the front of your file path works:
$xmlPath = dirname(__FILE__) . "/";
$xmlDOM = domxml_open_file($xmlPath . "file.xml");
(rather than the "\\" in a previous post on this page which only works on Windows).
This should get around the I/O errors.
Второй коментарий... в мануале.... читать разучился ?