On 4/6/06, Brandon Stout <hplsbyufan at imapmail.org> wrote: > 1. Why do people use Int(11) instead of Date fields? > 2. What is today in Int(11) date format? It unix timestamp format. In my opinion, is the easiest way to deal with dates with php+mysql. see the php time() function -TJ