im trying to create a graph using php to show the number of registrations each month?
when a user registers the current date and time are saved into the database in the format: "12/03/07 10:06:29GMT"
so bassicaly i need a graph that shows how many users registered on Jan-07, Feb-07.... And so on and so forth i need it to be shown in a line graph which updates at the end of each month?
im guessing getting it to update each month could be done using a cron job?
is this possible?