Hi, just wondering how to do this kind of empty variables and make php recognize which parameter was passed through the url:
such as www.domain.com/file.php?one
Thanks 🙂
Try it and see. file.php
<?php if(isset($_GET))var_dump($_GET); ?>
You use: $_SERVER['QUERY_STRING']