I'm trying to integrate http://www.ercot.com/content/cdr/html/hb_lz

using PHP and MYSQL... but i cant figure out the easiest way to go about this.

Can someone offer me some advice on if i'm doing this wrong?

Was trying to figure out how to pull the data to put in MYSQL to display in a dynamic table on my site?

This is all public data, i am just having problems going about it correctly.

You don't say what you actually tried or were thinking of trying. If the site had some sort of API then you could use that but there is no indication of that so I assume that this will be a "screen-scraping" exercise. You can read the page periodically and extract the data from it. You could do this as raw html with embedded data or you could use Curl or other screen-scraping tools to make it easier.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.