how to make use of the fopen() results.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phisp
Forum Newbie
Posts: 1
Joined: Tue Jan 20, 2009 5:00 am

how to make use of the fopen() results.

Post by phisp »

i retrieved a google search result page using fopen() function. Now i want to make use of the information in the resulting page . For instance i want to store the number of results that returned for a particular keyword in a variable. how to do it??
jack_indigo
Forum Contributor
Posts: 186
Joined: Sun Jun 08, 2008 11:25 pm

Re: how to make use of the fopen() results.

Post by jack_indigo »

Doesn't this blow Google's TOS?
Post Reply