この投稿は、hipyaohop によって最終編集されました: 2013-06-28 10:12:39
PHP データベース MySQL jquery
jquery コード:
$(".detailtextable").click(function () {
$s_keshi=$ ( ".cla_title").attr("alt");
$s_month=$(".nyr_center").attr("alt");
$s_day=$(this).attr("alt"); $ .ajax ({y Type: "Post",
URL: "http://localHost/hos1/orderinsrt.php",
data: {skeshi: $ s_keshi, smonth: $ s_month, sday: $ s_day},
succccccccccccccc : function(){
アラート(1); } });
$con = mysql_connect("localhost","root","mysql")
{
die(" 接続できませんでした: " .mysql_error());
$pkeshi=$_POST['smonth']
$pday=$_POST['sday] '];
mysql_select_db("hos_db",$con);
$sql= "INSERT INTO orderlist (keshi,month,day)
VALUES($pkeshi,$pmonth,$pday)"; utf8'");
if(!mysql_query($sql,$con))
{
die("エラー: " .mysql_error());
}
mysql_close($con);
?>
ディスカッションへの返信 (解決策)
$sql="INSERT INTO orderlist (keshi ,month,day) VALUES('$pkeshi','$pmonth','$pday')"; ありがとうございます、ありがとうあなた