keepingbusy
Programmer
Hi
I am looking for a solution to insert the current date when someone updates a record online as part of a content management system.
Previous thread: thread434-1219483
That thread shows coding:
Code:
$sql = "insert into [b]DBTABLE[/b] set createtime=now()";
Also, where would I insert the coding above to ensure the field in our table field name updatedon will be replaced with the date the record was updated?
Thank you