Hello everyone...
I want to read my xml file.
I tried like this but failed
$dom = new DOMDocument('1.0');
$dom->load('text.xml');
it gives me these errors:
Warning: domdocument(): Start tag expected, '<' not found in /home/content/c/c/c/cccanup/html/nikul/index.php on line 8
Fatal error: Call to undefined function: load() in /home/content/c/c/c/cccanup/html/nikul/index.php on line 10
---
Please help me out.........
Waiting for reply
Thanks.
Nikul.
