$max = 4; if($_GET['id'] < $max){ $right = $_GET['id']+1; }else{ $right = 1; } if($_GET['id'] <= 1){ $left = $max; }else{ $left = $_GET['id']-1; } ?>