|
|
|
รบกวนด้วยครับ Submit ข้อมูลแล้ว Error ครับ รายละเอียด+รูปประกอบ |
|
|
|
|
|
|
|
สวัสดีครับ พอดีผมโหลด script จองรถจากในเน็ตมา เอามาแก้ไขข้อมูลบางส่วน
ตอนทดสอบการใช้งาน แล้วพบ error ดังรูปครับ
Code
<?php
include 'chk_session.php';
?>
<div class="row">
<div class="col-lg-12">
<pre>
<?php
print_r($_POST);
require '../config/mysql.php';
require '../config/connect.php';
require '../config/thai_date.php';
$mysql=new MySQL_Connection("$host","$user","$pw","$dbname");
$mysql->charset = 'utf8';
$typecar = array_filter($_POST['typecar']);
$driver = array_filter($_POST['driver']);
echo $_POST['date-start']." --> ". thai9($_POST['date-start'])."<br>";
echo $_POST['date-end']." --> ". thai9($_POST['date-end'])."<br>";
for($i=0;$i<count($typecar);$i++){
$timego = thai9($_POST['date-start']);
$timeback = thai9($_POST['date-end']);
$mysql->query(
"
INSERT ignore INTO `car`
( `name`, `object`, `locate`, `timego`, `timeback`, `typecar`, `driver`
)
VALUES
( %s,%s,%s,%s,%s,%s,%s
)
",
array(
$_POST['name'],
$_POST['object'],
$_POST['locatetion'],
$timego,
$timeback,
$_POST['typecar'][$i],
$_POST['driver'][$i],
)
);
}
$mysql->close();
?>
</pre>
</div>
</div>
Tag : PHP, MySQL, HTML
|
|
|
|
|
|
Date :
2017-10-18 13:33:14 |
By :
pikcub01 |
View :
988 |
Reply :
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อะไรคือ Error มี Error ตรงไหนครับ โหลดไปใช้ มาหาว่า Error มันไม่ดีนะครับ
แค่ข้อมูลแสดงธรรมดา มาหาว่า Error โมโห!!
|
ประวัติการแก้ไข 2017-10-18 14:31:49
|
|
|
|
Date :
2017-10-18 14:16:51 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มัน error ตรงไหน ยังไง
ถ้าหมายถึงตรงที่มันแสดง array ออกมา
ก็มันมีการ print_r ออกมา
|
|
|
|
|
Date :
2017-10-18 15:24:54 |
By :
ten1312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันไม่ใช่ Error เฟร้ยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยยย
....ตั้งใจ เช็คค่า ขี้เกียจเอาออก คนใช้งานคนแรก เขายังไม่บ่นเลย
|
|
|
|
|
Date :
2017-10-18 16:02:17 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันไม่ได้ Error นั้นมันถูกแล้ว
คุณ Copy Code เขามา Run และ คุณก็ไม่รู้ คำสั่งอะไรเลย แบบนี้คือคุณเองที่ผิด
ผิดเพราะไม่รู้ คุณอยากทำให้มันถูก ก็ลองไปศึกษาดู
-----------
Code ที่เอามาน่าจะเขียนเป็น [font=Verdana]OOP[/font] or [font=Verdana]PDO[/font] ผมก็ไม่รู้ แต่น่าจะ
-----------
ึคุณต้องอ่านหรือ ศึกษาก่อนครับ ทำความเข้าใจก่อน ถ้าเป็นแบบนี้ยากครับ
|
|
|
|
|
Date :
2017-10-18 16:17:16 |
By :
Hararock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ค้างคาไว้แบบนั้น ตั้งใจให้ผู้ใช้ รีเช็ค ข้อมูล แต่ขี้เกียจทำข้อมูล ใส่ html
ถ้าข้อมูลถูกก็ไปกด เพิ่มข้อมูลต่อ
1. ปิดข้อมูลแสดงผล พวก print_r echo ออก หรือ
2. เอาข้อมูลใส่ html จัด css ให้สวย
3. redirect กลับไปหน้าบันทึก - ไม่เลือกอันนี้เพราะอยากให้คนใช้งานรีเช็ค....
|
|
|
|
|
Date :
2017-10-19 08:32:05 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|