Thanks again everyone for your assistance.

I found an un-related bug in the PHP bugs database here:
http://bugs.php.net/bug.php?id=18648 (which was for an earlier version than
4.3.4, which I was running)

and applied that band-aid patch to some of the places where this was
happening, and it seemed to fix the problem. I also upgraded to php 4.3.5
and have not seen the problem since.

Thanks again everyone!

Regards,
Geoff Varosky

-----Original Message-----
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Weird variable issue encountered... help needed!


Just don't use register globals and use "if ($_POST)" instead of 
"if($action=='post')" so you don't have to include that ?action=post in 
the query string of your action.

Dvdmandt wrote:
> Accutually, I intented ?action=post, and if($action=='post'), just forgot
to
> add method="post".. :p
> 

-- 
Regards,
  Ben Ramsey
  http://benramsey.com
  http://www.phpcommunity.org/wiki/People/BenRamsey

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

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

Reply via email to