![]() |
Sergey Kornilov admin 4/12/2011 |
What "remote server" means? PHP application is executed on the server and now() returns that server time. |
B
|
bobdansei author 4/12/2011 |
What "remote server" means? PHP application is executed on the server and now() returns that server time.
|
![]() |
Sergey Kornilov admin 4/12/2011 |
PHP code is executed on the web server and doesn't have access to date/time settings on the client machine. |
N
|
nti 4/12/2011 |
If using MySql: You could utilize timestamp field which provides date and time for New Rec Added and/or rec edit. |
B
|
bobdansei author 4/13/2011 |
If using MySql: You could utilize timestamp field which provides date and time for New Rec Added and/or rec edit.
|