[KLUG Members] php 4.3.10

Adam Tauno Williams adam at morrison-ind.com
Fri Jan 28 13:30:38 EST 2005


> > Also, when the scoring is calculated the new php doesn't seem to like 
> > there not being anything passed in the $_POST[sub_score]
> > if ($_POST["add_score"]) {
> "doesn't seem to like" is a pretty vague statement.  What exactly is the
> error message or bad functionality it gives?

Doesn't the above if mean that if there is not an add_score variable (or the
add_score value is null or zero equivalent) defined in POST scope than the
if-content doesn't get invoked?  I don't see how that generates any error
(suspecting question is overly trimmed).


More information about the Members mailing list