Hi Guys,
I am TRYING to access an external web server from my Yahoo hosted PHP script. I know the script is valid as I can easily run it from my localhost. But when I copy the script to my site hosted on Yahoo, the script fails, and I know it fails; whenever the file or file_get_contents PHP function is used. For example, $array = file('www.yahoo.com'); or $string = file_get_contents("www.google.com"); (Yahoo & Google are here only for example). I really get the feeling that there is a permissioning issue on my/all (?) Yahoo hosted sites. Or is it a Yahoo firewall? This is really concerning me as I want to access important information hosted on an external (from Yahoo) site. This is a real show stopper.
Urgent answer required (trex_4321 at yahoo dot com), if possible. Otherwise off to another hosting service.