|
|
|
ดึงค่าจาก function javascript มาใช้แสดง และจัดเก็บลง database แต่เวลาบันทึกค่ามันไม่เข้า database อ่ะค่ะช่วยดูให้หน่อยนะคะ |
|
|
|
|
|
|
|
code insert มาดูหน่อยครับ
|
|
|
|
|
Date :
2013-05-25 10:05:38 |
By :
showroom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 1 เขียนโดย : showroom เมื่อวันที่ 2013-05-25 10:05:38
รายละเอียดของการตอบ ::
Code (PHP)
$sql_insert = "INSERT INTO `job_applicant_asset` ( `asset_id` , `applicant_id` , `type_asset` , `serial_no` , `document_no` , `asset_sequence` , `description` , `month_start` , `year_start` , `month_end` , `year_end` , `amount` ,`amount_per_time` ,`instalment` ,`comment` ,`pay_status` ,`status`, `log_status` , `log_user`, `log_date` , `log_time` ) VALUES ('".$asset_id."', '".$applicant_id."', '".$type_asset."' , '".$serial_no."', '".$document_no."', '".$asset_sequence."', '".$description."', '".$month_start."', '".$year_start."','".$month_end."', '".$year_end."', '".$amount."', '".$amount_per_time."','".$instalment."', '".$comment."', '".$pay_status."', '1', 'a', '".$user."', '".$nowdate."', '".$nowtime."')";
db_query($sql_insert);
อันนี้แหละค่ะ มันอยู่คนละหน้ากันค่ะ
ตัวอื่นมันก็เข้า database หมดค่ะยกเว้นตัว month_end2 กะ year_end2
|
|
|
|
|
Date :
2013-05-25 11:29:15 |
By :
Pucca^^ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะส่งค่าจาก function javascript มาที่ hidden แล้วจัดเก็บลง database ยังไงค่ะ
|
|
|
|
|
Date :
2013-05-26 08:25:14 |
By :
Pucca^^ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่เห็น insert ของ month_end2 กับ year_end2
|
|
|
|
|
Date :
2013-05-26 11:25:02 |
By :
turaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|