|
Posted by comp.lang.php on 03/20/06 23:59
Janwillem Borleffs wrote:
> comp.lang.php wrote:
> > I verified via both var_dump() and print_r() that
> > $_POST['hasReviewedApplicant'] = 1 and that
> > $_POST['school_type_other'] = null, even when you enter something
> > into the text field, it's still null!
> >
>
> You need to specify the type of the element (type="text").
>
>
> JW
I did just that.. school_type_other is type="text", which in HTML is
never a requirement, in fact, before I tried that none of the other
HTML form element text field tags have type="text" and work just fine.
I added type="text", still no $_POST['school_type_other'] even though I
entered it!
Phil
Navigation:
[Reply to this message]
|