Hi All,
How to use php to set system time?
i dont know if you can use that in just php. take a look at mysql or java time variables
Either that, or look at PHP's system() and exec() functions, or the backtick `` operator; These can be used to run shell commands including "date".
Obviously, the exact form of the command depends on your system 🙂
Thx!
but use system(), or exec() will display this error msg!
"date: cannot set date: Operation not permitted!"