I've got a "hello world" php test file; it's the example from:
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:
Using:
Apache 1.3.27
PHP 4.3.6
Win XP pro
Any ideas about what I may be doing wrong?
Thanks.
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:
Using:
Apache 1.3.27
PHP 4.3.6
Win XP pro
Any ideas about what I may be doing wrong?
Thanks.
Comment