Help for this page

Select Code to Download


  1. or download this
    ... if($val == 3);
    #versus
    ... if($val = 3);
    
  2. or download this
    ...; $val=3;