Hi guys,
I know you guys are busy with your own projects and lives etc and I've already troubled you all once this week but I've got just one more big puzzle for you!
I'm trying to use the PHP functions for
DOM XML and getting the error message Undefined function domxml_open_mem() in [script_file].php on line [line_number], which according to most google results generally mostly occurs when somethings not installed or configured quite right. I get exactly the same error when I use any of the DOM XML functions, even the version function:
Code:
echo domxml_version();
For now you can see the
phpinfo() config on the subdomain I'm working on in case this helps you determine the installed modules/extensions etc, whats enabled/compiled etc. It'd be a nightmare duplicating it all in this post.
Given that the server's hosted by UH I genuinely think I'm doing something wrong in my code rather than something being wrong with the setup, any ideas folks? Do I need to include/require any files? I couldn't find any runtime configuration variables to set or anything for DOM XML. Appreciate your help on this again guys.