I was wondering if it's possible to create a temporary page with a php script. Basically what I am wanting to do is have a file at example.com/example/button.php that will access a php script, and create text on say example.com/example/temppage.php. I simply only need it to say "shutdown" for 30 seconds on the temppage, and then it can go back to being blank.
Is this Possible? Thanks!