if (isset($signature) && isset($email)) {
mysql_connect("localhost", "webuser", "");
$query = "INSERT INTO lee VALUES ('$signature', '$email')";
$result = mysql_db_query("test", $query);
if ($result) {
echo "$signature was added to the database
";
}
}
?>
Add an entry
Back to index