I'm trying to get weather channel information without using their form to
submit the zip code .. the url format is :

http://oap.weather.com/fcgi-bin/oap/generate_magnet?loc_id=$ZIP&code=689861&;
destination=$ZIP

so I tried:

$weatherfile =
readfile("http://oap.weather.com/fcgi-bin/oap/generate_magnet?loc_id=$_SESSI
ON[ZIP]&code=689861&destination=$_SESSION[ZIP]");
echo $weatherfile;

but of course it just outputs the raw image data .. I tried echoing it out
in a img src tag, same result.  Is there some function I'm unaware of that
will help me out here?

Thanks,
Chad


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to