![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $_POST value is set but always = null even if you enter something
From: Ken Robinson <kenrbnsn@gmail.com>
Date: Mon Mar 20 2006 - 23:33:24 CET
comp.lang.php wrote:
Just curious... why are you doing this when
if ($_POST['hasReviewedApplicant']) echo $_POST['school_type_other'];
Does the same thing,
>
Please post the code for the whole form.
Also, when you first enter the processing script, what does:
Ken
|