Thread
:
session variable overwriting
View Single Post
#
3
08-22-2006, 01:01 PM
alexis
OSP Starters
Join Date: Apr 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power:
0
try using some kind of counter like this
PHP Code:
$i = 0;
$i++;
$_SESSION[$i]['whatever'] = 'whatever';
-- This message may have been cut off and the rest will only be shown to members. To become a member,
click here
--
alexis
View Public Profile
Send a private message to alexis
Find all posts by alexis
Webmaster Forums - View Single Post - session variable overwriting
Thread
:
session variable overwriting
View Single Post
#
3
08-22-2006, 01:01 PM
alexis
OSP Starters
Join Date: Apr 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power:
0
try using some kind of counter like this
PHP Code:
$i = 0;
$i++;
$_SESSION[$i]['whatever'] = 'whatever';
-- This message may have been cut off and the rest will only be shown to members. To become a member,
click here
--
alexis
View Public Profile
Send a private message to alexis
Find all posts by alexis