I would like to extract the values out of that table and display them in my own way (or even save them to a db) but I have not worked with regex before. Could someone give me either a piece of code that could extract what I need or some good pointers please?
Here's the html code that's left after I've stripped the unnecessary bits (and is currently what just gets pasted into my summary page):
Code: Select all
<center><h3>Cumulative Totals for November 2005</h3></center>
<table cellspacing="1"><th>Sessions</th><th>Online Time (Seconds)</th><th>Upload (Bytes)</th><th>Download (Bytes)</th><th>Combined (Bytes)</th>
<tr><td>46</td><td>2934200</td><td>1 015 740 629</td><td>5 538 484 386</td><td>6 554 225 015</td></tr></table>