>Hello, I am wondering if you could help me... I can't seem to figure out 
>how to get sessions working.
>Thank You,
>Mike
>

We'll need a lot more info than this...

What part is not working?

Set your browser Cookie settings to "Ask every time" for starters.  Are you
getting the cookies from:

<?php
   session_start();

Then, are you remembering to:

   session_register('counter');

and what do you see when you have:

   echo "You have been here ", $counter++. " times.";
?>

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to