Hello, i'm trying to set delay on function in php but i don't wanna use javascript or AJAX since i doesn't know how they function...
Anyway... i know about methods
but i was wondering is it possible to delay execution of php script w/o effect on whole page loading...
Or is there a way to redirect a person who view the page and using
and
to don't delay the redirection but delay the page...
Thanks in advance, if you have any question... i will answer!
Anyway... i know about methods
Code:
sleep(1) usleep(1)
Or is there a way to redirect a person who view the page and using
Code:
ignore_user_abort(TRUE);
Code:
sleep(1)
Thanks in advance, if you have any question... i will answer!
Comment