I have a MySQL database that has a field 'date_added'. At the moment I have it set as the type 'timestamp(14)'. I am building a Guestbook and want to display the date and time that the visitor entered their comments.
I DO NOT want the current date. I know how to do that. I can do this with ASP and an Access database, and it takes about 5 minutes. But I'm working on this project in PHP so...
I'm really under pressure in terms of timescales so please make it really simple for me to understand (as much as possible). Thanks.
I know there are numerous articles on this subject on the Internet but I honestly cannot make sense of it.