Re: PHP form POST question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When you access /foo, the server will redirect the client to /foo/ (because it is a directory). At the redirected page, the post data will not be sent again by the browser thus there are no _POST values.

Try using action="/foo/". That may work.

Yes, /foo/ does work.

The explanation makes sense.

Bugger! All that time spent banging my head against the wall. :-)

Thanks!

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux