Hi Friends
a simple script work nice on linux server script is
$file = "abc.xml";
if (!$dom = domxml_open_file($file))
{
die("Error while parsing the document\n");
exit;
}
but when i run this script on a window server it not work even this script also give no output
print $_SERVER['DOCUMENT_ROOT']
what the metter here ?