I was wondering if it is possible to let a PHPRunner script start with a login/register page before showing any of the content you created, I mean, when you go to the PHP script's page, the first thing you see is a page saying "Log in or register to see this content", or something similar, with obviously the login screen being present too.
So far, I have only seen pages where you can see the actual content, just containing a link "login as guest".
If what I want is possible, how is it achieved?
Thank you for any advice.