I've got a table with a field TIMESTAMP, but I've tried everything I can think of and still can't get the current timestamp in there. I'm using php to insert the data, should I be using php to generate the time and date then insert the numbers, or should I use timestamp with default to CURRENT_TIMESTAMP in mysql?
Thanks
Thanks