Click to See Complete Forum and Search --> : Get Date of Posted Item


Kyrik
10-03-2007, 06:07 PM
Hi,
I was wondering how could I add the date of a posted item into my databse and retrieve to post it along with the item so that everyone knows when that item was posted. Any tutorials would be lovely thanks.

Thanks for you help,
Kyrik

Yelgnidroc
10-03-2007, 06:12 PM
just add a date column inot the table

Kyrik
10-03-2007, 06:22 PM
Thank you but I was wondering if you could go into a little more detail please. Thanks you.

NightShift58
10-03-2007, 11:37 PM
The easiest would be to add a timestamp field in your table that will automatically update itself every an item is posted or modified.

Look into the MySQL documentation for examples.