Posted by Kim Andrι Akerψ on 08/30/06 14:36
lorenzdominic_@hotmail.com wrote:
> I agree
> The Form was set to POST but the _POST is empty?
>
> However when I set the Form to GET the _GET is full.
>
> If I set the Form back to POST and I receive the Form data using the
> following.
> $about = $_POST['about'];
>
> The _POST is still empty?
>
> Why?
>
> What could make the _POST stay empty?
Is $_GET also populated?
And is your form tag really like this: <form method="post" ...>
Besides, without a test URL for us to see, we're basically just
guessing.
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|