Click to See Complete Forum and Search --> : Seeking help for downloading the xml file


innovative
06-11-2007, 04:51 AM
Hi,

I have a xml file which i download from giving the input as date.
In that xml file i have a url link i.e
$url="http://'.$Host.'/pro/report.php?sel=$clientid";
$url.="&au=$auditid&cu=$clientunitid";
<root>
$_xml.="<URL>".$url."</URL>\r\n\t";
</root>
But the problem is if i generate it by giving the file the url link is viewd properly and if i copy that and run it.it works which is not possible if i download the xml file.please can any one help me out.
Thanks in advance