Help for this page

Select Code to Download


  1. or download this
    my ($id,$ip,$country);
    $sql->bind_columns(\($id,$ip,$port,$country));
    
  2. or download this
    my ($id,$ip,$port,$country);
    $sql->bind_columns(\($id,$ip,$port,$country));
    
  3. or download this
    my $query = "CREATE ..." and sql_exec(0,$query);
    
  4. or download this
    my $query = "CREATE ...";
    sql_exec(0,$query);
    
  5. or download this
    sql_exec(0,"CREATE ...");