Try:
echo($GLOBALS[$i]);
Or
echo "{$GLOBALS[$i]}";This times it's the array in the double quoted strings ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Try:
echo($GLOBALS[$i]);
Or
echo "{$GLOBALS[$i]}";This times it's the array in the double quoted strings ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php