On Thursday 19 February 2004 13:32, julian haffegee wrote:
> Hi all,
>
>
> I solved this today. It seems odd.
>
> If you define an action it DOES NOT work, but if you skip that entirely the
> POST variables are sent!
>
> so
> <form  method='POST'> works
> <form  method='POST' action ='something.php'> doesn't work.

I have -never- seen that behaviour.  In fact, I use explicit actions all the 
time, and have no problem with $_POST.

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

Reply via email to