What is the php script for activation date?

Asked By 30 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #178630

What is the php script for activation date?

qa-featured

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

Related Questions