customizing a remotely generated dynamic webpage

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
ok, what i have:

uptime stats of my website, uses the same page layout every time it's generated. (obviously its a dynamic page)

what i want:

somehow fetch that dynamic page, store it in some variable. then break it apart using php (preferably, since i somewhat know how to use that) using certain identifiers, so i only have the output table instead of all the text and ads around it.

there will still be a link back to the monitoring page.

Anyone have any clue how i could go about this?