Re: [PHP] Stumped
From: Jason Wong (php-general_at_gremlins.biz)
Date: 11/30/03
- Next message: Jason Wong: "Re: [PHP] Variables - showing onpage"
- Previous message: Biph: "Variables - showing onpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Mon, 1 Dec 2003 02:59:06 +0800
Please use a DESCRIPTIVE subject!
On Monday 01 December 2003 02:51, Brian V Bonini wrote:
> Warning: Invalid argument supplied for foreach() in
> /usr/local/www/vhosts/pa.eastcoastbicycles.com/htdocs/mainfile.php on
> line 42
>
> Warning: Invalid argument supplied for foreach() in
> /usr/local/www/vhosts/pa.eastcoastbicycles.com/htdocs/mainfile.php on
> line 57
>
> 42: foreach ($_GET as $secvalue) {
> 57: foreach ($_POST as $secvalue) {
>
> %less php.ini
> register_globals = On
>
> %./php -i | grep -i globals
> register_globals => On => On
What does phpversion() show?
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* "Indecision is the basis of flexibility" -- button at a Science Fiction convention. */
- Next message: Jason Wong: "Re: [PHP] Variables - showing onpage"
- Previous message: Biph: "Variables - showing onpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]