Posted by Garry Jones on 10/05/06 19:09
$antroj=0;
$dtctxsz1 = $_POST["dtctxsz1"];
if($dtctxsz1 == 0){
print $dtctxsz1;
$antroj = $antroj + 1;
}
It adds 1 to $antroj even when the value of $dtctxsz1 is not 0. I have
spent 7 hours on this one problem. Its driving me nuts.
Garry Jones
Sweden
[Back to original message]
|