Thanks Aman,
I am using MySQL so I just created a field called "date TIMESTAMP". The only problem is that now when I do a query through PHP I get the date like this:
20020911120637
I would like to get it as mm-dd-yyyy. Is there a way of doing this through PHP? or is there another field type in MySQL that will give me this format?
Also, is a TIMESTAMP field updated every single time I make a change to that record or just when it's initially created? Is there a way to create a field that's only updated when the record is first created?
I know this is a lot but I am not a programmer and I am completely lost when it comes to this. THanks...