<?php$n = $_GET['n'];if ($n == 1){$num = @file_get_contents('num');$num++;$f=fopen("num","w");fputs($f,$num);fclose($f);echo '&num='.$num.'&';}?>