Thread: PHP GD Graphs
View Single Post
Old 04-05-2008, 11:11 PM   #4 (permalink)
crazyryan
The Contributor
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
crazyryan is on a distinguished road
Default

Anyone have any ideas? I want to put the percentages for the last 30 days into the graph, but I dunno how to select the percentage for each day for the last 30 days, my structure is like so:
success_id, success_couponid, success_yn, success_ip, success_time
1, 21, yes, 127.0.0.1, time();
crazyryan is offline  
Reply With Quote