PHP script extracts the data aspx gridview table

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
mastercomputech
Forum Newbie
Posts: 1
Joined: Fri Dec 17, 2010 4:24 am

PHP script extracts the data aspx gridview table

Post by mastercomputech »

Hello,

I am a collage student and i am working on small project. Project Called " Generating PHP Script for Extract Data From aspx datagridview table". I need help.. Please help me to solve this problem asap.

I want to extract data from this webiste: http://www.pdc.wa.gov/Lobpictorial/addresslist.aspx
maneetpuri
Forum Commoner
Posts: 60
Joined: Tue Oct 07, 2008 6:32 am

Re: PHP script extracts the data aspx gridview table

Post by maneetpuri »

Hi,

This does not have to do with how the data grid was created as you will be primarily reading the source of the outputted page and extract the data required. Two set of libraries will be primarily used in writing the PHP script you are working on – CURL and Regular Expressions.

All the best with your project.

Cheers,

~Maneet
Post Reply