> This is in response to the following line:
> 
> foreach ($_GET as $key => $value)

is $_GET an array?

when in doubt, print it out

try:
print_r($_GET)

or even check

is_array($_GET)

might be an earlier version of php

http://us2.php.net/manual/en/reserved.variables.php#reserved.variables.get

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to