Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > insert ข้อมูล ไม่ได้อ่ะ รบกวนผู้รู้ทุกท่านเลยนะครับ ผมมม



 

insert ข้อมูล ไม่ได้อ่ะ รบกวนผู้รู้ทุกท่านเลยนะครับ ผมมม

 



Topic : 049225

Guest




<?php
$username=$_SESSION['u_name'];
if(!isset($_SESSION['u_name'])){
echo "<script>window.location='index.php';</script>";
exit();
}
include("config.inc.php");
$stu_id = $_POST['stu_id'];
$stu_pic = $_POST['stu_pic'];
$title = $_POST['title'];
$name = $_POST['name'];
$nicname = $_POST['nicname'];
$origin = $_POST['origin'];
$nation = $_POST['nation'];
$religion = $_POST['religion'];
$date = $_POST['date'];
$month = $_POST['month'];
$year = $_POST['year'];
$siblings = $_POST['siblings'];
$num = $_POST['num'];
$num_work = $_POST['num_work'];
$study = $_POST['study'];
$Expen = $_POST['Expen'];
$tel = $_POST['tel'];
$spc = $_POST['spc'];
$sql="select * from student where stu_id ='$stu_id' ";
$result=mysql_query($sql);
$num_row=mysql_num_rows($result);
if($num_row==" ") {

$sql = "insert into student values ('$stu_id','$stu_pic','$title','$name','$nicname','$origin','$nation','$religion','$date','$month','$year','$siblings','$num','$num_work','$study','$Expen','$tel','$spc')";
mysql_query($sql) or die ("error=$sql");
//ข้อมูลเพื่อนสนิท 
$f_name = $_POST['f_name'];
$f_program = $_POST['f_program'];
$f_tel = $_POST['f_tel'];
$add = $_POST['add'];
$sql2="insert into stu_friend values ('$stu_id','$f_name','$f_program','$f_tel','$add')";
mysql_query($sql2) or die ("error=$sql2");
//ข้อมูลบิดา - มารดานักศึกษา
$far_name = $_POST['far_name'];
$far_occup = $_POST['far_occup'];
$far_day = $_POST['far_day'];
$far_month = $_POST['far_month'];
$far_year = $_POST['far_year'];
$far_revenue = $_POST['far_revenue'];
$far_add = $_POST['far_add'];
$far_mobile = $_POST['far_mobile'];
$mar_name = $_POST['mar_name'];
$mar_occup = $_POST['mar_occup'];
$mar_day = $_POST['mar_day'];
$mar_month = $_POST['mar_month'];
$mar_year = $_POST['mar_year'];
$mar_revenue = $_POST['mar_revenue'];
$mar_add = $_POST['mar_add'];
$mar_mobile = $_POST['mar_mobile'];
$sql3="insert into parents values ('$stu_id','$far_name','$far_occup','$far_day','$far_month','$far_year','$far_revenue','$far_add','$far_mobile','$mar_name','$mar_occup','$mar_day','$mar_month','$mar_year','$mar_revenue','$mar_add','$mar_mobile')";
mysql_query($sql3) or die ("error=sql3");
//ข้อมูลผู้ปกครองที่ติดต่อได้ในกรณีฉุกเฉิน 
$c_relation = $_POST['c_relation'];
$c_name = $_POST['c_name'];
$c_day = $_POST['c_day'];
$c_month = $_POST['c_month'];
$c_year = $_POST['c_year'];
$c_add = $_POST['c_add'];
$c_hometel = $_POST['c_hometel'];
$c_mobile = $_POST['c_mobile'];
$sql4="insert into contact values ('$stu_id','$c_relation','$c_name','$c_day','$c_month','$c_year','$c_add','$c_hometel','$c_mobile')";
mysql_query($sql4) or die ("error=$sql4");
$sql5="insert into account values ('','$stu_id','$stu_id','$stu_id','2')" ;
mysql_query($sql5) or die ("error=$sql5");
echo "<center>ลงทะเบียนเรียบร้อยแล้ว</center>";
echo "<meta http-equiv = refresh ; content = '3 ; url=../nurse_npru/index.php'>";
}else{
echo "<script>alert ('รหัสนักศึกษานี้ $stu_id นี้ลงทะเบียนแล้วกรุณากรอกใหม่');history.back();</script>";
exit();
}
?>


ครั้งแรกก็ได้นะครับ

แต่พอเปลี่ยนฐานข้อมูล ก็ไม่ได้อีกเลย

พอกลับมาใช้ฐานข้อมูลเดิม เวอร์ชั่นเดิม ก็ไม่ได้อีกอ่ะ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-09-23 14:21:11 By : ปุ้ย View : 826 Reply : 4
 

 

No. 1



โพสกระทู้ ( 258 )
บทความ ( 0 )



สถานะออฟไลน์


Code (PHP)
<?php
$username=$_SESSION['u_name'];
if(!isset($_SESSION['u_name'])){
echo "<script>window.location='index.php';</script>";
exit();
}
include("config.inc.php");

$stu_id = $_POST['stu_id'];
$stu_pic = $_POST['stu_pic'];
$title = $_POST['title'];
$name = $_POST['name'];
$nicname = $_POST['nicname'];
$origin = $_POST['origin'];
$nation = $_POST['nation'];
$religion = $_POST['religion'];
$date = $_POST['date'];
$month = $_POST['month'];
$year = $_POST['year'];
$siblings = $_POST['siblings'];
$num = $_POST['num'];
$num_work = $_POST['num_work'];
$study = $_POST['study'];
$Expen = $_POST['Expen'];
$tel = $_POST['tel'];
$spc = $_POST['spc'];

$sql="select * from student where stu_id ='$stu_id' "; +++++++++++++ตัวแปลซ้ำรึเปล่าคะ

$result=mysql_query($sql);
$num_row=mysql_num_rows($result);
if($num_row==" ") {

$sql = "insert into student values +++++++++++++ตัวแปลซ้ำรึเปล่าคะ
 ('$stu_id','$stu_pic','$title','$name','$nicname','$origin','$nation','$religion','$date','$month','$year','$siblings','$num','$num_work','$study','$Expen','$tel','$spc')";
mysql_query($sql) or die ("error=$sql"); 
//ข้อมูลเพื่อนสนิท 
$f_name = $_POST['f_name'];
$f_program = $_POST['f_program'];
$f_tel = $_POST['f_tel'];
$add = $_POST['add'];
$sql2="insert into stu_friend values ('$stu_id','$f_name','$f_program','$f_tel','$add')";
mysql_query($sql2) or die ("error=$sql2"); 
//ข้อมูลบิดา - มารดานักศึกษา
$far_name = $_POST['far_name'];
$far_occup = $_POST['far_occup'];
$far_day = $_POST['far_day'];
$far_month = $_POST['far_month'];
$far_year = $_POST['far_year'];
$far_revenue = $_POST['far_revenue'];
$far_add = $_POST['far_add'];
$far_mobile = $_POST['far_mobile'];
$mar_name = $_POST['mar_name'];
$mar_occup = $_POST['mar_occup'];
$mar_day = $_POST['mar_day'];
$mar_month = $_POST['mar_month'];
$mar_year = $_POST['mar_year'];
$mar_revenue = $_POST['mar_revenue'];
$mar_add = $_POST['mar_add'];
$mar_mobile = $_POST['mar_mobile'];


$sql3="insert into parents values ('$stu_id','$far_name','$far_occup','$far_day','$far_month','$far_year','$far_revenue','$far_add','$far_mobile','$mar_name','$mar_occup','$mar_day','$mar_month','$mar_year','$mar_revenue','$mar_add','$mar_mobile')";
mysql_query($sql3) or die ("error=sql3"); 
//ข้อมูลผู้ปกครองที่ติดต่อได้ในกรณีฉุกเฉิน 
$c_relation = $_POST['c_relation'];
$c_name = $_POST['c_name'];
$c_day = $_POST['c_day'];
$c_month = $_POST['c_month'];
$c_year = $_POST['c_year'];
$c_add = $_POST['c_add'];
$c_hometel = $_POST['c_hometel'];
$c_mobile = $_POST['c_mobile'];


$sql4="insert into contact values ('$stu_id','$c_relation','$c_name','$c_day','$c_month','$c_year','$c_add','$c_hometel','$c_mobile')";
mysql_query($sql4) or die ("error=$sql4");
$sql5="insert into account values ('','$stu_id','$stu_id','$stu_id','2')" ;
mysql_query($sql5) or die ("error=$sql5");
echo "<center>ลงทะเบียนเรียบร้อยแล้ว</center>";
echo "<meta http-equiv = refresh ; content = '3 ; url=../nurse_npru/index.php'>";
}else{ 
echo "<script>alert ('รหัสนักศึกษานี้ $stu_id นี้ลงทะเบียนแล้วกรุณากรอกใหม่');history.back();</script>";
exit();
} 
?>











ประวัติการแก้ไข
2010-09-23 14:28:38
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-09-23 14:27:58 By : naked13
 


 

No. 2

Guest


ตอบความคิดเห็นที่ : 1 เขียนโดย : naked13 เมื่อวันที่ 2010-09-23 14:27:58
รายละเอียดของการตอบ ::
ผมคิดว่ามันใช้เช็คว่า user นี้ลงทะเบียนไว้แล้วหรือยัง ไม่ใช่หรอครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-09-23 14:38:47 By : ปุ้ย
 

 

No. 3



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


$num_row=mysql_num_rows($result);
if($num_row <= 0) {
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-09-23 14:57:49 By : PlaKriM
 


 

No. 4



โพสกระทู้ ( 215 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

1. นับ Field ใน Table ว่าครบตามจำนวนหรือยังครับ
2. if($num_row==" ") บรรทัดที่ 32 ครับ หาก Select ไม่เจอก็จะมีค่าเป็น 0 ไม่ใช่ " " เพราะฉนั้นจะไม่เข้าเงื่อนไขครับ
ตัวอย่างที่น้องเขียนในบรรทัดที่ 32
------------Select เจอ คือ $num_row = 1
------------Select ไม่เจอ $num_row =0
*********** แต่เราได้กำหนด ว่า ถ้า $num_row==" " ก็ให้ทำตามเงื่อนไขต่อไป มันก็จะหลุดเสียทั้งหมดแน่นอนครับ


3. บรรทัดที่ 64 mysql_query($sql3) or die ("error=sql3"); ใส่ $sql3 ด้วยนะครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-09-24 11:36:44 By : compeng
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : insert ข้อมูล ไม่ได้อ่ะ รบกวนผู้รู้ทุกท่านเลยนะครับ ผมมม
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่