Charting Data

wxdqz

New Member
OK, here's what I'd like to do.

I want to make a line chart of the number of records in a table for every day. I currently have a big table with about 7,000 records and I'd like to plot how that database has progressed on a daily basis (with the GD Library?) Any help would be appreciated.

I know I need to do things like, if there was no activity for a given day and the number is the same, it'd have the position on the line graph as the previous day, etc.

How can I do this with a table full of timestamps?
 
Back
Top