Forum Moderators: open
I have a php form which users fill out and I would like a timestamp input in the database so I know when it was input.
I have REMOTE_ADDR to collect the IP address....what do I use to find time & date?
I already used REQUEST_TIME but it gives back a funny number like : 1218013726
Many thanks!