<? // some codes here if($_REQUEST['page'] == 'mylink') { // now do something echo "hello world?"; } ?>