Hello,
Luca wrote:
L> Must be php4apache.dll, then. I was hoping 4.1.0 would fix this
L> problem, but it seems it didn't. Anyway, just to be sure it's not
L> some dumb error of mine, I'd like to hear from someone who runs
L> php as an apache module on windows98 and has the same problem getting
L
Olivier Mascia <[EMAIL PROTECTED]> wrote:
> When I does :
> $dom = xmldoc(searchitems("03000"));// searchitems returns a XML string
> $root = $dom->root();
> /* or $root = domxml_root($dom); */
> print_r($root);
> it gives me no problems (php4.1.0 win32 as IS
Hello,
Luca wrote:
L> First off, I can't get DOMXML to work. The lines
L>
L> $doc = xmldoc($this->xml); // (line 26)
L> $root = $doc->root(); // (line 27)
L>
L> raise a parse error:
L>
L> "Parse error: parse error in d:\...\class.xmltemplate.php on line 27"
Whe
First off, I can't get DOMXML to work. The lines
$doc = xmldoc($this->xml); // (line 26)
$root = $doc->root(); // (line 27)
raise a parse error:
"Parse error: parse error in d:\...\class.xmltemplate.php on line 27"
I'm running PHP 4.1.0 as an Apache module with A