I have a trouble about query_insert().
-
I want to make a messageboard with php. but I cant't insert data to database. I dont know what's wrong in my code??? Can someone help me please?
<html>
<head>
<title> 留言板 </title>
</head><body>
請輸入名稱: <input type="text" name="name" />
請輸入標題: <input type="text" name="title" />
請輸入留言: <input type="text" name="message" />
請輸入電子郵件: <input type="text" name="email" />
<input type="submit" value="送出留言" name="post" />
</form></body>
</html> -
I want to make a messageboard with php. but I cant't insert data to database. I dont know what's wrong in my code??? Can someone help me please?
<html>
<head>
<title> 留言板 </title>
</head><body>
請輸入名稱: <input type="text" name="name" />
請輸入標題: <input type="text" name="title" />
請輸入留言: <input type="text" name="message" />
請輸入電子郵件: <input type="text" name="email" />
<input type="submit" value="送出留言" name="post" />
</form></body>
</html>