|
|
|
ขอถามโค๊ดเกี่ยวกับบรรทัดนี้หน่อยครับ มีข้อความขึ้นว่าบันทึกข้อมูลแล้ว แต่ผมเปิดที่ฐานไม่มีข้อมูลเลย ไม่ทราบว่าผิดตรงไหนครับ |
|
|
|
|
|
|
|
$sql="INSERT INTO emp(emp_id,emp_name,emp_surname,emp_bridth,emp_reward)";
$sql.="(emp_address,emp_phone,emp_day,emp_money,emp_samart,emp_trining,emp_pic,loca_id,gup_id) ";
$sql.=" VALUES ('$textfield','$textfield2','$textfield3','$textfied4','$textarea','$textarea2')";
$sql.="('$textfield5','$textfield6','$textfield7','$textarea3','$textarea4','$emppic','$loca','$gup')";
$result=mysql_query($sql);
echo"<script language='javascript'>alert('เพิ่มข้อมูล $textfield เข้าสู่ระบบแล้ว');</script>";
มีข้อความขึ้นว่าบันทึกข้อมูลแล้ว แต่ผมเปิดที่ฐานไม่มีข้อมูลเลย ไม่ทราบว่าผิดตรงไหนครับ
Tag : - - - -
|
|
|
|
|
|
Date :
2010-07-17 21:36:57 |
By :
oHo |
View :
672 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql="INSERT INTO emp(emp_id,emp_name,emp_surname,emp_bridth,emp_reward)";
$sql.="(emp_address,emp_phone,emp_day,emp_money,emp_samart,emp_trining,emp_pic,loca_id,gup_id) ";
$sql.=" VALUES ('$textfield','$textfield2','$textfield3','$textfied4','$textarea','$textarea2')";
$sql.="('$textfield5','$textfield6','$textfield7','$textarea3','$textarea4','$emppic','$loca','$gup')";
$result=mysql_query($sql);
echo"<script language='javascript'>alert('เพิ่มข้อมูล $textfield เข้าสู่ระบบแล้ว');</script>";
เอาสีแดงๆนั่นออกค่ะ แล้วใส่ comma อันนึง
|
|
|
|
|
Date :
2010-07-17 21:47:02 |
By :
blurEyes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql="INSERT INTO emp(emp_id,emp_name,emp_surname,emp_bridth,emp_reward";
$sql.=",emp_address,emp_phone,emp_day,emp_money,emp_samart,emp_trining,emp_pic,loca_id,gup_id) ";
$sql.=" VALUES ('$textfield','$textfield2','$textfield3','$textfied4','$textarea','$textarea2'";
$sql.=",'$textfield5','$textfield6','$textfield7','$textarea3','$textarea4','$emppic','$loca','$gup')";
$result=mysql_query($sql);
echo"<script language='javascript'>alert('เพิ่มข้อมูล $textfield เข้าสู่ระบบแล้ว');</script>";
ไม่ทราบว่าผมใส่ถูกหรือไม่ แต่ลองแล้วก็ยังไม่ขึ้นครับ ขอความกรุณาช่วยชี้แนะด้วย
|
|
|
|
|
Date :
2010-07-17 21:55:49 |
By :
oHo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
echo $sql="INSERT INTO emp(emp_id,emp_name,emp_surname,emp_bridth,emp_reward";
$sql.=",emp_address,emp_phone,emp_day,emp_money,emp_samart,emp_trining,emp_pic,loca_id,gup_id) ";
$sql.=" VALUES ('$textfield','$textfield2','$textfield3','$textfied4','$textarea','$textarea2'";
$sql.=",'$textfield5','$textfield6','$textfield7','$textarea3','$textarea4','$emppic','$loca','$gup')";
?>
ลองไปรันที่ โปรแกรม Mysql front ดูครับ...
http://www.brothersoft.com/mysql-front-80299.html
ว่ามันเข้าหรือไม่นะครับลองดูครับผม
|
|
|
|
|
Date :
2010-07-17 22:06:31 |
By :
sleepington |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|