Reply to Re: $_POST value is set but always = null even if you enter something
Posted by Janwillem Borleffs on 03/20/06 23:52
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").