
pick the time sever time from php?
I want the code in php which tells the server time?
use date()
and format according to the manual at http://us.php.net/manual/en/function.date.php
so date(‘his’) would give you 035029
which is 03:50 pm and 29 seconds
PHP Tutorials: ‘Remember me’ style Login System using Cookies and Sessions (Part 3)