"; $the_counter = $theData + 1; $fh = fopen($myFile, 'w') or die("can't open counter file"); fwrite($fh, $the_counter); fclose($fh); //echo "new counter: $the_counter"; $_SESSION["eng_visited"] = "1"; } ?>