Accessing session arrays
Posted: Mon Mar 03, 2003 3:05 pm
Hi All,
Question: when accessing a session variable array, how can I write it?
is the correcnt syntax
or
TIA
Question: when accessing a session variable array, how can I write it?
is the correcnt syntax
Code: Select all
for($x=0;$x<$_SESSIONї'numbooths'];$x++;){
print "Booth #:".$_SESSIONї'booths']ї$x];
}Code: Select all
for($x=0;$x<$_SESSIONї'numbooths'];$x++;){
print "Booth #:".$boothsї$x];
}