Help for this page

Select Code to Download


  1. or download this
    if($1, $2, $3, $4) {
    
  2. or download this
    if($1 or $2 or $3 or $4) {  # any of $1..$4 is not empty
    
  3. or download this
    if($1 and $2 and $3 and $4) {  # all of $1..$4 are not empty