各位大大好:
我用一個htm用ajax寫回到php跟資料庫,原本用post但網頁會產生
405 Method Not Allowed,所以改用get,但是怎樣都寫不回資料庫
網路上找答案都找不到,麻煩各位能幫忙解答 謝謝!
sign1.htm
<html>
<script src="http://ee.nsysu.edu.tw/key/bootstrap/js/jquery.min.js"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="content_p">
<table width="600px" height="400px">
<p>姓名:<input type="text" name="name" id="name1" size="10">
<p>借用人聯絡電話:<input type="text" id="phone1" name="phone" size="10"></p>
<!