How could i store dates in sql as i upload pictures??
I'm trying to build a family website where family members could upload pictures. I know there are websites that allow us to do this, but i really want to build a personalized version myself.
Right now, i'm down to one problem. I'm trying to store the upload date into mysql and then sort the pictures by date when it appears on the website.
I have a pretty solid understanding of php and mysql, and i have thought of a way to accomplish this. However, my idea is really complex, unnecessary, and stupid.
This is much harder than i anticipated. Afterall, i can't exactly store dates in their format in mysql.
So if you got any good ways to accomplish this, i'll be pleased to hear them.
|