Is there any way to call a function 10 seconds after the page load in PHP. (Not using HTML.)
if you mean after the page has loaded you will need to use javascript/ajax/jquery to do so.