$counter = 0;session_start();if(!$_SESSION["counter_load"]) { $_SESSION["counter_load"]=1; $counter++;}echo $counter;