how to make use of the fopen() results.
Posted: Tue Jan 20, 2009 5:06 am
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??