Hello there! I'm learning php and MySQL these days... Here I've got a little script I'm playing with...
CODE
";
exit;
}
$query = "insert into email_info values ('$fullname', '$email')";
$result = mysql_db_query ("sadas_Testing", $query);
if ($result){
echo "Success!";
}
else{
echo mysql_errno().": ".mysql_error()."
";
}
mysql_close ();
}
else{
echo "