in reply to Re^2: if/else syntaxin thread if/else syntax
if ($cond==1) { do_good(); } else { do_bad(); } [download]