Best practices for storing & selecting time/date with php & mysql?
- by Adam
I often find myself storing data in a mysql database, and then wanting to display all sorts of stats about my data, specifically stuff like 'how many rows do I have for this date, or that date'.
Does anyone know of (or could write) a good tutorial on this subject?
Ideally a good tutorial would overview:
Best practices when storing the data…