Hi,
I am trying to parse an XML file with 'xmlize.inc' which comes from a Filemaker db.
If I call the URL through the browser I am getting a nice XML file. If I save this XML locally the parsing works fine. But if I try to parse the XML and call the XML with command file("http://.....") it doesn't work.
$file = "http://.../FMPro?-db=archive.fp5&-format=-dso_xml&-find";
$data = file($file);
I'm always getting the error message "No such file or directory...".
Any suggestions?
thanks,
Stefan