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 ", ";
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 .= ", ";