|
|
|
ผมสามารถรับข้อมูลแบบนี้เพื่อนำมา INSERT DATABASE ได้ยังไง |
|
|
|
|
|
|
|
Code (JavaScript)
$(document).on('click', '.btn_ex_hide', function(){
var btn_id_hide = $(this).attr("id");
var primarykey = $('#getnumber_span_ex'+btn_id_hide+'').text();
$.post(url_details[0],
{
command_details:command_details[1], //ตัวแปรที่ประกาศไว้ไม่ก๊อบมา
primarykey:primarykey,
data_insert:$('#add_name'+btn_id_hide+'').serialize()
},function(return_data_insert){
alert(return_data_insert);
});
}); //click btn_ex_hide
ถ้าผมส่งข้อมูลในตัวแปร data_insert ไปผมจะต้องเขียน php เพื่อรับค่ามันยังไง?
ปล. ตัวแปร command_details และ primarykey สามารถรับแบบ POST ได้ปกติ
Tag : PHP, MySQL, HTML/CSS, JavaScript, Ajax, jQuery
|
|
|
|
|
|
Date :
2016-10-06 11:22:17 |
By :
eurama72 |
View :
733 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้า code ไม่ผิด มีค่า ส่งไปแน่ๆ ใส่ print_r($_POST); ในหน้า php ที่ส่งไป ก็น่าจะเป็นตัวแปรที่ต้องการครับ
|
|
|
|
|
Date :
2016-10-06 15:47:50 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code ajax ฝั่งที่ส่ง
code php ฝั่งที่รับ
ผมจะต้องรับค่ายังไงถึงจะ insert ได้
|
ประวัติการแก้ไข 2016-10-06 16:01:48
|
|
|
|
Date :
2016-10-06 15:49:57 |
By :
eurama72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เขียนเชื่อมต่อฐานข้อมูล คิวรี่ insert สิครับ
|
|
|
|
|
Date :
2016-10-06 15:59:43 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอ code แบบไม่เอารูป เอา code ส่วนสำคัญ ๆ มาแปะ อยากเห็นว่าว่า ทำไม ค่ามันไปกองรวมแบบนั้น ถ้าให้ไม่ได้ก็ปล่อยผ่านครับ
|
|
|
|
|
Date :
2016-10-06 16:42:09 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|