Main problem is how to create a PHP file automatically and run it on server for some time? Like when I load abc.php file in my browser it will first create a xyz.php file on server and run it on server side for some specific time and when time completes it will reloads the abc.php file.
Any help please, I want this soon.