I am running PHP 4.3.11 on Windows 2000.
I am unable to create a new DOMDocument object. I receive one or more of the following errors:
domdocument() expects at least 1 parameter, 0 given in
domdocument(): Start tag expected, '<' not found in
domdocument() expects parameter 2 to be long, string given in
Am I missing something here? I have set the extension_dir and extension=php_domxml.dll lines in php.ini, as well as copied the iconv.dll file into my php directory.
I am unable to create a new DOMDocument object. I receive one or more of the following errors:
domdocument() expects at least 1 parameter, 0 given in
domdocument(): Start tag expected, '<' not found in
domdocument() expects parameter 2 to be long, string given in
Am I missing something here? I have set the extension_dir and extension=php_domxml.dll lines in php.ini, as well as copied the iconv.dll file into my php directory.