Posted by Sonnich on 11/01/06 11:36
this is probably an old topic: if(a==1) if(b==2) echo "a is 1 and b is 2"; else // what happens here? echo "a is 1 and b is not 2"; The question is, where the else will react too. Usually it should be the last if. In general I put {} around just to be sure. BR Sonnich
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming