domxml_new_doc() Undefined

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • geek55

    domxml_new_doc() Undefined

    I've got a "hello world" php test file; it's the example from:

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    When I try to run it I get:

    Fatal error: Call to undefined function: domxml_new_doc( ) in
    ..../domxmltest01.ph p on line 3

    I have installed the iconv.dll file in windows\system3 2, as per:

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Using:

    Apache 1.3.27
    PHP 4.3.6
    Win XP pro

    Any ideas about what I may be doing wrong?

    Thanks.
  • Tony Marston

    #2
    Re: domxml_new_doc( ) Undefined

    Have you removed the semicolon in front of "extension=php_ domxml.dll" in
    your php.ini file?

    --
    Tony Marston

    This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




    "geek55" <g55ksp55k@yaho o.com> wrote in message
    news:94266edd.0 405230843.50901 cc9@posting.goo gle.com...[color=blue]
    > I've got a "hello world" php test file; it's the example from:
    >
    > http://www.php.net/manual/en/functio...-dump-file.php
    >
    > When I try to run it I get:
    >
    > Fatal error: Call to undefined function: domxml_new_doc( ) in
    > .../domxmltest01.ph p on line 3
    >
    > I have installed the iconv.dll file in windows\system3 2, as per:
    >
    > http://www.php.net/manual/en/ref.domxml.php
    >
    > Using:
    >
    > Apache 1.3.27
    > PHP 4.3.6
    > Win XP pro
    >
    > Any ideas about what I may be doing wrong?
    >
    > Thanks.[/color]


    Comment

    Working...