I am trying to call drupal 6 URL from my local system, that URL will generate a xml file. My system does not have drupal intallation. I tried file_get_content("www.abc.com") but it does not write my xml file but when I try to run the url normally it runs and xml file gets generated.
Thanks in advance