![]() |
romaldus 11/9/2015 |
Hi All, I need your advice... I just Create a simple application that aims to save the report data. with table structure like this : Id_rep INT(5) auto increment Submit_date DATETIME Subject VARCHAR(100) user_name VARCHAR(100) File VARCHAR(100) <--- attachment the question are ...
$values["submit_date"]=now();
|
O
|
overmars author 11/10/2015 |
In before record added/ edit event : $values["submit_date"]=now();
|