Hello, i am having trouble creating variable session variables. ie.
<?php
for($i=0; $i>10; $i++)
{
echo $_SESSION['blar$i'];
}
?>
My usual method of variable variables was shot to sh*t when i ran into those damnable quotes. Also i am not in a position to reassign the session variables outside the loop.
Thanks for any and all help.
-emrys