Posted by fionathomson on 11/10/05 19:54
Hi JW,
Thanks for your response.
As suggested I have added the version to the constructor. I am now
getting a new error message:
Warning: domdocument(): Start tag expected, '<' not found in test.php
on line 4
The PHP file is as follows:
<?php
$doc = new DOMDocument("1.0");
?>
Can you suggest anything else to try?
[Back to original message]
|