Hi, my page setup is like this: shoot.php?setID=1 But this doesn't work: <? if ($_GET["setID"] == "1") { ?> abc <? } ?> How could I fix this? Thanks