google search in PHP.
Moderator: General Moderators
google search in PHP.
Hey, is it possible to do a google search in PHP then save each of the links that were found in a text file, thanks in advance.
Re: google search in PHP.
CURL, Client URL Library Functions
Re: google search in PHP.
I tried that, but I need a code to organize all the urls I find in a single text file, I tried saving the log in a text file but all I get is a mess.nincha wrote:CURL, Client URL Library Functions
Re: google search in PHP.
Consider parsing the string and taking what you need. Its a very CPU intensive process and rather brute force. The explode function might help.