Asked By
Bryan James
30 points
N/A
Posted on - 11/18/2012
Hi to everyone,
What is the PHP script for activation date?
I need to add some calendar information on my current developed webpage or website.
It has to be up to date and hope to coincide with the user’s computer time.
Can you help me get an information or PHP script for this?
Thank you.
What is the php script for activation date?
Hello James,
If you want to update the calendar time in your currently developed webpage or websites and coincide with the user's computer time, you need Java script for that, because PHP is a server side language.
In PHP, the only ways you are going to send request to server or through navigation, refresh, redirection, or Ajax request. Here is a PHP script to update date time on your web site:
<? PHP print time (); ?>
Hope this helps.
Regards,
Stonjon Llison