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
Code:
sleep(1)
usleep(1)
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
Code:
ignore_user_abort(TRUE);
and...