when i try this then   .. . .



while (list ($key, $val) = each ($HTTP_session_VARS)) {
    echo "$key => $val<br>";
}

i get the error -

Warning: Variable passed to each() is not an array or object in 
/var/www/html/adult/func.php on line 5

and well it looks liek an array to me . . is there soemthing i can do to make this 
work?



Thank You,
 
Jon Yaggie
www.design-monster.com
 
And they were singing . . . 
 
'100 little bugs in the code
100 bugs in the code
fix one bug, compile it again
101 little bugs in the code
 
101 little bugs in the code . . .'
 
And it continued until they reached 0


Reply via email to