i have a table called entry .
Table have 2 column called id & name
.
When user filled the name and submit name is saved in entry table .
Now i want to save the date also . But this date need to filled automatically in database . That is when name is filled the current timezone of my selected country should be saved automatically in the table .
I already created the date column in table . Now how can i do this ? Is there any stored procedure will help this ?
I cant write any query in my php file . It should done in mysql side .
Please help