Is it maybe one of those where you mix&match your GET/POST?

<FORM ACTION=foo.php?x=1 METHOD=POST>

Try moving the ACTION before the METHOD.  No, it shouldn't matter...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Christian <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 1:00 PM
Subject: Get when it should be Post


> Hi PHPers,
>
> I've been having a problem of late that some of my forms
> which are set to method=post are not submitting by post by via get.
> $REQUEST_METHOD reads get
> $HTTP_POST_VARS is not set but $HTTP_GET_VARS is ..
>
> What could be causing this ??
>
> Thanx,
> Christian
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to