Help for this page

Select Code to Download


  1. or download this
    <input type="checkbox" name="chk1" value="Listname" onclick="sql()" />
    
  2. or download this
    if (exists $fd{chk1} ) { 
    push @columns
    }
    
  3. or download this
    if ($fd{chk1} eq "Listname") {
    $columns = $db->quote($fd{$_}) .",";
    }