I want to create a PHP file with $_GET[] function like this:
http://mywebsite.com/account.php?register -> Register page
http://mywebsite.com/account.php?login -> Login page
It’s like a $_GET[] but without variable…
Someone can explain this to me?
The variable will be set, but with no value