$_POST value is set but always = null even if you enter something
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

$_POST value is set but always = null even if you enter something

From: comp.lang.php <phillip.s.powell@gmail.com>
Date: Mon Mar 20 2006 - 17:19:33 CET

[PHP]
                        Other: <input name="school_type_other" size="30" maxlength="75"
value="<?php

                if ($_POST['hasReviewedApplicant']) echo $_POST['school_type_other'];
else echo str_replace('"', '&quot;', str_replace('\\', '',
$result[0]->school_type_other));

?>">
[/PHP]

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!

Can someone tell me what on earth I did wrong this time? I'm lost here!

Thanx
Phil
Received on Mon May 1 02:36:40 2006