|
Posted by Steve on 02/07/06 04:35
On Tue, 07 Feb 2006 01:57:36 +0000, Nicko wrote:
> Hey everyone,
>
> I'm on a server running PHP 5.0.5 but we've discovered that there's a
> problem with it. We cannot create a form with method "POST" because it
> simply will not post the form data (using HTML 4.01 Strict).
>
> If we switch the method to a "GET", it _will_ work! Would anyone here be
> able to explain it? I've already sent a message to our host but more out
> of curiousity, I want to know if anyone else has experienced this before.
>
> An example is here: http://www.webmarkdesigns.com.au/my_test.php5
>
> You'll notice: Array ( )
> which represents a print_r($_REQUEST) call - press the submit button and
> see what happens!
>
> Thanks for your help in understanding this,
> Nicko.
What does print_r return if you access $_POST directly?
Navigation:
[Reply to this message]
|