Forum Moderators: coopster
I can open the file, get the data, but how do I take that data and feed it to a search engine like google? --Nick
$results = file_get_contents( "http://www.google.com/search?q=Chevron" );