Open a site in socket and extract data in to excel help

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
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

Open a site in socket and extract data in to excel help

Post by harsha »

Hi
all

I need to extract the search result in third party site and import it to an excel sheet, please tell me is it possible to do that if I know the get params or p[ost params passed as search query and open the URL ina socket and extract the data by searchin the specific tags in the page and import the data around the tag in to an excel sheet

regards
harsha
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

it is possible.
Post Reply