Inserting Current Date into MySql
I have never been able to do this but how does one record the current date of a new registered user into MySql? I have set up a column in my database 'user_reg_date' but when a new record is put into the database, the date field only shows '0000-00-00'. I need the current date to be recorded in the user_reg_date column when someone registers. I would appreciate the help