Hello folks,
I have a list of webpages I receive from
a database I get access to, and I'm looking
for a way to extract a certain code from it
as I only want the phone numbers from these
pages.
Here is a sample of the code
Code:
The phone numbers have dashes, dots, or
spaces, but this will give you the general
idea...is there a quick way to do this for all
the ASP pages..I can get thousands.
Please let me know - thank you & rep will
be happily given.
Zeprokon
I have a list of webpages I receive from
a database I get access to, and I'm looking
for a way to extract a certain code from it
as I only want the phone numbers from these
pages.
Here is a sample of the code
Code:
HTML:
<td class="lbl">Phone:</td>
<td>000-000-0000</td>
The phone numbers have dashes, dots, or
spaces, but this will give you the general
idea...is there a quick way to do this for all
the ASP pages..I can get thousands.
Please let me know - thank you & rep will
be happily given.
Zeprokon