|
|
|
ช่วยด้วยท่านทั้งหลาย ข้อมุลไม่ยอมลงฐานครับ alert('เพิ่มข้อมูล $textfield เข้าสู่ระบบแล้ว'); |
|
|
|
|
|
|
|
?>
if($emppic){
if(eregi(".gif|.jpg|.bmp",$emppic_name)){
$Rtime=date("H_i_s");
$Filename=$Rtime.$emppic_name;
$path ="images";
copy($emppic,"$path/".$Filename);
}
else {
echo"<script language='javascript'>alert('ข้อมูลนี้มีอยู่แล้วในระบบ');</script>";
exit;
}
$sql="INSERT INTO emp(emp_id,emp_name,emp_surname,emp_bridth,emp_reward,emp_address,emp_phone,emp_day,emp_money,emp_samart,emp_trining,emp_pic,loca_id,gup_id)VALUES('$textfield','$textfield2','$textfield3','$textfield4','$textarea','$textarea2','$textfield5','$textfield6','$textfield7','$textarea3','$textarea4','$emppic')";
$result=mysql_query($sql);
echo"<script language='javascript'>alert('เพิ่มข้อมูล $textfield เข้าสู่ระบบแล้ว');</script>";
echo"<meta http-equiv='refresh' content='0;URL=list_emp.php'/>";
}
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-07-14 19:27:54 |
By :
P |
View :
790 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดูจากคิวรี่แล้วเหมือนฟิลด์เยอะกว่านะ loca_id,gup_id
|
|
|
|
|
Date :
2010-07-14 19:29:35 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพิ่มแล้ว..แต่ยังไม่ลงอยู่ดีอะ
|
|
|
|
|
Date :
2010-07-14 19:38:16 |
By :
ย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนพิมพ์ insert into (xxx) values(xxx) ตรงชื่อฟิลด์กับคำว่า values เว้นวรรคหรือเปล่า ลองดูๆ
|
|
|
|
|
Date :
2010-07-14 20:51:01 |
By :
S-t-A-r |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองตัดข้อความดูปรากฎว่าลงครับ
แต่ต้องตั้งบรรทัดใหม่
|
|
|
|
|
Date :
2010-07-14 21:02:43 |
By :
p |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|