Page 1 of 1

Scanning the content of some pages

Posted: Mon Jun 08, 2009 12:55 pm
by frost20
Hello everyone,

I would like to know if it possible to do a script that scan the content of some pages that has the same template to show the content.
-----------------
Example:
(page1.php)
name: Bob
number: 3
country: U.S.A

(page2.php)
name: Frost
number: 1
country: England
-----------------
I would like to save these informations to put them in a database.
Thanks people !

Re: Scanning the content of some pages

Posted: Mon Jun 08, 2009 12:58 pm
by mikemike
Is it plain text or in a <table>?

Re: Scanning the content of some pages

Posted: Mon Jun 08, 2009 1:08 pm
by frost20
Pretty most of the informations are in a <table>

Here an example of what informations I would like to collect:
http://www.ic.gc.ca/app/ccc/srch/nvgt.d ... 1&app=sold

Thanks.