can any one help me, what is the mistake in my code
its giving error: Fatal error: Call to undefined function domxml_new_doc()
You probably do not have the DOM XML extension installed.
Note that as of PHP 5.0.0 the [man]DOM XML[/man] extension has been moved to the PECL library and is not bundled with PHP. With PHP 5+ the preferred extension is the [man]DOM[/man] extension.
Thanks for your reply
Present i am using WAMP server should i change any settings?
please help me
Read the second sentence in NogDog's post.
If running WAMP, you can enable DOM XML by left-clicking the WAMP systray icon, then in the pop-up menu select PHP -> PHP extensions -> php_domxml.