Re: PHP to generate XML
- From: "Damo" <cormacdebarra@xxxxxxxxx>
- Date: 28 Nov 2006 14:25:54 -0800
I just found the XXX.DOM Functions and i've replaced it with
$doc = new DomDocument('1.0');
still getting fatal error undefined function DomDocument
my phpinfo says XML support is active
Any ideas
Michael Fesser wrote:
.oO(Damo)
This gives the following error:
Fatal error: Call to undefined function: domxml_new_doc() in .......
The domxml.dll is in the extensions folder of my php distribution so i
have no idea what the problem is.
Is it enabled in your php.ini? Is it listed in the output of phpinfo()?
And why don't you use this extension instead?
XXX. DOM Functions
http://www.php.net/manual/en/ref.dom.php
Micha
.
- References:
- PHP to generate XML
- From: Damo
- Re: PHP to generate XML
- From: Michael Fesser
- PHP to generate XML
- Prev by Date: Re: PHP to generate XML
- Next by Date: Re: receive value $_POST
- Previous by thread: Re: PHP to generate XML
- Next by thread: receive value $_POST
- Index(es):