Click to See Complete Forum and Search --> : php3-xml in NT4 help!


Anon
09-21-2000, 09:08 AM
i'm try to active XML in php3 under a NT4 platform.
i download the Expat from http://www.jclark.com/xml/. but i don't know how to use it!
i copy expat/bin/xmlparse.dll to php path,
also i add a line in php3.ini
extension=xmlparse.dll

when i using xml_parser_create() i get this message:
----------------------------------------
Fatal error: Call to unsupported or undefined function xml_parser_create()
----------------------------------------

Am i correct?
if not, how to config it?