Thanks for that, I'll give it a read in a few minutes.
I should have pointed out the data I need to grab is within hidden comment tags, for example <!-- start comment --> and <!-- end comment -->. Would the DOM functions still be good to grab this data? Additionally, I need to be able to grab the ID number from the example HTML below... and I have no idea how this is done.
<td><b>Number</b></td>
<td>7783J18</td>
Finally, would you recommend using fopen to grab the page, or a different function?