in reply to output HTML table
For the input, creating a regex from the HTML file. If the <td>'s are all on their own line, then the regex can filter them out and you can push onto an array and manage your data like that.
Eric
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: output HTML table
by kykyxixi (Initiate) on Aug 11, 2006 at 11:46 UTC | |
by madbombX (Hermit) on Aug 11, 2006 at 12:03 UTC |