date() timestamp issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
technofreak
Forum Commoner
Posts: 74
Joined: Thu Jun 01, 2006 12:30 am
Location: Chennai, India
Contact:

Post by technofreak »

I too had date values as string in my database, then at some point of time i thought it would be better to have them stored as DATETIME, which was also easy for date related manipulations. So, i altered my database to have them as DATETIME. Then, everything becamse smooth and I could find my PHP working a lil bit fatser too :)
Post Reply