Help for this page

Select Code to Download


  1. or download this
    print GUEST "INSERT INTO `mysql_db` (`Title`, `Email`, `City`, `State`
    +, `Country`, `URL`, `Date`, `Description`, `rid`, `dt_create`, `publi
    +sh` ) VALUES (";
          }
          if ($line_breaks == 1) {
    ...
          }
          print GUEST "";
    print GUEST ", ";
    
  2. or download this
    my $insert = "INSERT INTO `mysql_db` (`Title`, `Email`, `City`, `State
    +`, `Country`, `URL`, `Date`, `Description`, `rid`, `dt_create`, `publ
    +ish` ) VALUES (";
          }
          if ($line_breaks == 1) {
    ...
          }
          $insert .= "";    # This can be removed as it doesn't do anythin
    +g
    $insert .= ", ";