Thread
:
Getting Info From an HTML File
View Single Post
Jun 10th, 2005, 9:39 AM
#
2
Dizzutch
Professional Programmer
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power:
4
read the file, and do something like
(
Toggle Plain Text
)
if (/<td>(.*)<\/td>/) print $1;
if (/<td>(.*)<\/td>/) print $1;
that's probably wrong, cuz i can't test it, and i don't know it off the top of my head, but I hope you get the drift.
Dizz
__________________
naked pictures of you
|
PFO F@H stats
Dizzutch
View Public Profile
Visit Dizzutch's homepage!
Find More Posts by Dizzutch