MYSQL データベースに配列を挿入する場合、データの最後の行のみを挿入できます。何が起こっているのでしょうか?
この投稿は、oShanZhiYi によって 2013-02-22 19:49:38 に最終編集されました
みなさん、こんにちは。PHP を触ったばかりですが、データベースに配列を挿入する方法がまったくわかりません。何が起こっているのか見てください。印刷したところ、各フィールドが次のように POST されていることがわかりました。配列ですが、データベースに挿入するときは、データの最後の行にのみエラーがありません。
フォームページ:
<br>
<?php<br />
$dingdanhao = date("y-m-dH-i-s");<br />
$dingdanhao = str_replace("-","",$dingdanhao);<br />
$dingdanhao .= rand(10,99);<br />
$wm = "WM";<br />
$orderid= $wm.$dingdanhao;<br />
?><br />
<br />
<br />
<br />
<html><br>
<頭><br>
<title>ウェブサイト管理</title><br>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><br>
<script language="javascript" type="text/javascript" src="../My97DatePicker/WdatePicker.js"></script><br>
<スクリプト><br>
var i=1<br>
関数 insert_row(){<br>
私は<br>
R = tbl.insertRow()<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "kfname[]" " style=" "width:50px;font-size: 12px; text-align:center" " >"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "fcair[]" " style=" "width:50px;font-size: 12px; text-align:center" " >"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "fctime[]" " style=" "width:100px;font-size: 12px; text-align:center" " onclick=" "WdatePicker ({dateFmt:'MM dd HH:mm',lang:'zh-cn'})" ">"<br />
C = R.insertCell()<br />
C.innerHTML = "<input type=" "text" " name=" "cfair[]" " style=" "width:60px;font-size: 12px; text-align:center" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "ddtime[]" " style=" "width:100px;font-size: 12px; text-align:center" " onclick=" "WdatePicker ({dateFmt:'dd号 HH:mm',lang:'zh-cn'})" " >"<br />
C = R.insertCell()<br />
C.innerHTML = "<input type=" "text" " name=" "cftime[]" " style=" "width:50px;font-size: 12px; text-align:center" " >"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "dddi[]" " style=" "width:50px;font-size: 12px; text-align:center" " >"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "cfdi[]" " style=" "width:50px;font-size: 12px; text-align:center" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "cfriqi[]" " style=" "width:100px;font-size: 12px; text-align:center" " class=" "Wdate " " onFocus=" "WdatePicker({isShowClear:false,skin:'whyGreen',lang:'zh-cn'})" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "line[]" " style=" "width:90px;font-size: 12px; text-align:center" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "price[]" " style=" "width:50px;font-size: 12px; text-align:center" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "shoji[]" " style=" "width:90px;font-size: 12px; text-align:center" ">"<br>
C = R.insertCell()<br>
C.innerHTML = "<input type=" "text" " name=" "sex[]" " style=" "width:40px;font-size: 12px; text-align:center" ">" ><div class="clear"></div>
ログイン後にコピー