$say = 1;

if($_GET) {
$say++;
if($say>5) {
exit;
}
}
bu şekilde bi dene bakalım. Doğru anladıysam.