-----Original Message-----
From: Al [mailto:[EMAIL PROTECTED] 
Sent: 10 March 2008 18:23
To: php-general@lists.php.net
Subject: [PHP] Re: SESSION Array problem - possibly different PHP versions?

Put a print_r($_SESSION) at the top and bottom of your page code so you can
see 
what's happening.

Also check your code that updates the session assignment by the GET value.
It 
appears your code maybe unset()ing the session assignments.

Are you using Cookies?  If so, check this code carefully as it can cause non

obvious things depending on whether the client machine has cookies enabled
or 
disabled.


---------------------

Thanks will do so going to check the unset() as well as the print_r at top
and bottom, also I am not using cookies hope to get this sucker working.

Will keep you posted.

Angelo


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

Reply via email to