// File name: count_me.php // if a session does not yet exist for this user, start one session_start(); session_register('count'); $count++; echo "
You've been here $count times. Thanks!