Making an HTTP request.
Posted: Wed May 21, 2008 12:49 am
How can I make an HTTP request in php? I tried http_get and http_request functions and it I get an error, call to undefined function.
Is there any simple way to return the RSS XML from yahoo weather? I'm trying to return the XML of yahoo weather and then use XML functions on the feed and then return a sorta textual/JSON format of the data of my choosing.
I just need a simple way to get the response of "http://weather.yahooapis.com/forecastrss?p=94089&u=c".
Thanks for reading, all help is appreciated on this.
Is there any simple way to return the RSS XML from yahoo weather? I'm trying to return the XML of yahoo weather and then use XML functions on the feed and then return a sorta textual/JSON format of the data of my choosing.
I just need a simple way to get the response of "http://weather.yahooapis.com/forecastrss?p=94089&u=c".
Thanks for reading, all help is appreciated on this.