Is there any way to call a function 10 seconds after the page load in PHP. (Not using HTML.)
PHP is a server side scripting language. If you need to check if something has loaded already in the client side, you will need a client-side scripting language like JavaScript.
You might need to use jQuery for your purpose to simplify things.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
First, download jQuery. In the head tag of your HTML, add this:
In the body of your HTML, add this: