.bin Posted August 17, 2009 Share Posted August 17, 2009 hi, trying to get the jist back into php. I'd like to find a way without using curl to send search query's to a series of addresses and echo them back on the same page. Example, I'd have; $keywords = str_replace(" ","+",$query); then http://mp3search.astraweb.com/cgi-bin/sear...=$keywords and echo the results back on the same page.. Anyone know a way? Link to comment Share on other sites More sharing options...
0 AnthonySterling Posted August 17, 2009 Share Posted August 17, 2009 Without cURL? Any particular reason for this? Link to comment Share on other sites More sharing options...
Question
.bin
hi, trying to get the jist back into php.
I'd like to find a way without using curl to send search query's to a series of addresses and echo them back on the same page.
Example, I'd have;
then
and echo the results back on the same page.. Anyone know a way?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts