anonymous
2011-06-27 09:12:35 UTC
Notice: Undefined index: message in C:\xampp\htdocs\mywebsite\Untitled9.php on line 186
Notice: Undefined index: author in C:\xampp\htdocs\mywebsite\Untitled9.php on line 186
mysql_connect("localhost", "root", "");
mysql_select_db("test");
?>
mysql_connect("localhost", "root", "");
mysql_select_db("test");
$time = time();
mysql_query("INSERT INTO threads VALUES(NULL,'$_POST[title]','$_POST[message]','$_POST[author]','0','$time')");
echo "Thread Posted.
Return";
?>