Log in

View Full Version : how to appears after a period of time



sh_e2000
11-03-2015, 08:48 AM
hi friend

i have javascript and i want appears after 5 min by php how can do that
i want appears data or execution code after 5 min


thanx

styxlawyer
11-03-2015, 11:54 AM
hi friend

i have javascript and i want appears after 5 min by php how can do that
i want appears data or execution code after 5 min


thanx

Not possible. PHP is a server side program and executes as soon as the web page is requested. You will not find a way to delay the execution of a PHP page by 5 minutes.