Thanks a lot man, just one thing, in the avoiding negative:
if($binc1){ $bin1=0; } else{ $bin1=1; }
Shouldn't it be the opposite? Like:
if($binc1){ $bin1=1; } else{ $bin1=0; }
In reply to Re^2: Need a little coding help
by samaniac
in thread Need a little coding help
by samaniac
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |