Hi,
I need to know a really simple thing but can't figure it out.
Say I have three $_SESSION[] variables eg:
$_SESSION[number1];
$_SESSION[number2];
$_SESSION[number3];
How would I get the digit to increment. I thought almot along these lines:
$i = 1;
$_SESSION[number$i];
$i++;
Reality is built on a foundation of dreams.
I need to know a really simple thing but can't figure it out.
Say I have three $_SESSION[] variables eg:
$_SESSION[number1];
$_SESSION[number2];
$_SESSION[number3];
How would I get the digit to increment. I thought almot along these lines:
$i = 1;
$_SESSION[number$i];
$i++;
Reality is built on a foundation of dreams.