Posted by Matt M. on 10/04/76 11:05
> 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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming