<? $counter =0; $counter++; $file=fopen(basename($PHP_SELF),"r+"); fputs($file,"<?\n\$counter = $counter;"); ?>