|
Posted by Erwin Moller on 05/29/07 16:37
vinnie wrote:
>>
>> You can test what was posted with
>> print_r($_POST);
>>
>> It's often very helpful in debugging the input data.
>>
>> --
>> Rami.Elo...@gmail.com
>
> i did, but this is what i get:
> <<
> Array(form1(name))
> thanks, see you soon
>>>
>
> While i was expecting the name that the user has typed in. Is there
> anything missing?
Hi Vinnie
print_r need <pre> tags, like this:
echo "<pre>";
print_r($_POST);
echo "</pre>";
for output that you can actually read being human. :)
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|