What would I need to have something put a value into a row if it is set to DATE? I was told its curdate() but that does not work.
for php the date() function or, if in sql, try now()....