Is there any way to call a function 10 seconds after the page load in PHP. (Not using HTML.)
Php is a servide scripting language, and can't detect if the page is loaded or not. so you have to use client side script javascript.