[thelist] PHP Header oddness

Jay Blanchard jay.blanchard at THERMON.com
Fri Oct 7 10:15:16 CDT 2005


[snip]
and changing the if/else to

       if($retval) {

The $retval variable is always set to 
either true or false.
[/snip]

It may be, but in the statement above it ALWAYS evaluates to TRUE, you must
test for the value;

if(FALSE === $retval) 


More information about the thelist mailing list