/* if(!isset($_GET['r'])) { echo ""; } else { // Code to be displayed if resolutoin is detected if(isset($_GET['width'])) { // Resolution detected } else { // Resolution not detected } } */ ?>