|
|
|
คือต้องการเพิ่มข้อมูลเข้า 2 ตารางในฟอร์มเดียวกัน แต่ตารางที่สอง ข้อมูลไม่เข้าฐานข้อมูลค่ะ |
|
|
|
|
|
|
|
นี้โค๊ดหน้า add ค่ะ
Code (PHP)
<form action="user_regis1.php" method="post" enctype="multipart/form-data" name="checkForm" id="checkForm" onsubmit="return check()">
<table width="542" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#000000" bgcolor="#FFFFFF">
<tr>
<th width="497" align="center" scope="col"><table width="502" align="center">
<tr>
<td width="127" align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">รหัสนักศึกษา</td>
<td width="440" align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="stud_id" type="text" id="stud_id" onkeypress="checktext()" />
<span class="ui-state-error-text"> *</span></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">คำนำหน้านาม</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<label for="select"></label>
<select name="stud_title" id="stud_title">
<option value="0">เลือกคำนำหน้านาม</option>
<option value="นาย">นาย</option>
<option value="นางสาว">นางสาว</option>
</select>
<span class="ui-state-error-text"> *</span></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ชื่อ</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="stud_name" type="text" id="stud_name" onkeypress="checktext()" />
<span class="ui-state-error-text"> *</span></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="style5 style6">นามสกุล</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="stud_sname" type="text" id="stud_sname" onkeypress="checktext()" />
<span class="ui-state-error-text"> *</span></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">เบอร์โทรศัพท์</td>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="stud_tel" type="text" id="stud_tel" onkeypress="checktext()" />
<span class="ui-state-error-text"> *</span></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">รูปประจำตัว</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input type="file" name="stud_pic" onkeypress="checktext()" /></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">แขนงวิชา/ห้อง</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<label>
<select name ="pro_id" id="pro_id" onkeypress="checklist()">
<option value="0">เลือกแขนงวิชา/ห้อง</option>
<? include 'connect.php';
$sql = "select * from program";
$res = mysql_query($sql);
while($data=mysql_fetch_array($res)){
echo " <option value='$data[0]'>$data[1]</option>";
} ?>
</select>
<span class="ui-state-error-text"> *</span></label></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">อาจารย์ที่ปรึกษา</td>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="left" class="style9">:
<select name ="tea_id" id="tea_id" onkeypress="checklist()">
<option value="0">เลือกอาจารย์ที่ปรึกษา</option>
<? include 'connect.php';
$sql = "select * from teacher";
$res = mysql_query($sql);
while($data=mysql_fetch_array($res)){
echo " <option value='$data[0]'>$data[1] $data[2] $data[3]</option>";
} ?>
</select>
<span class="ui-state-error-text"> *</span></div></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ปีการศึกษา</td>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="left" class="style9">:
<? $firstday = "2550"; ?>
<select name="stud_year" type="text" id="stud_year" onkeypress="checklist()">
<?php
for($i = 0; $i <= 10; $i++){ ?>
<? if(substr($firstday,0,4) == date("Y")-$i+543){ ?>
<option value="<?echo substr($firstday,0,4)?>" selected="selected"><?echo substr($firstday,0,4)?></option>
<? }else{ ?>
<option value = "<?echo date("Y")-$i+543?>"><?echo date("Y")-$i+543?></option>
<? }} ?>
</select>
<span class="ui-state-error-text"> *</span></div></td>
</tr>
<tr>
<td colspan="2" align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><span class="style9">
<input name="sta_id" type="hidden" id="sta_id" onkeypress="checktext()" value="<?=$objResult["status"] == '5';?>" />
</span>
<input name="id" type="hidden" id="id" onkeypress="checktext()" value="<?=$objResult["id"] == "stud_id";?>" /></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ชื่อผู้ใช้</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="user_log" type="text" id="user_log" onkeypress="checktext()" /></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">รหัสผ่าน</td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF">:
<input name="pass_log" type="password" id="pass_log" onkeypress="checktext()" /></td>
</tr>
<tr>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><input name="status" type="hidden" id="status" onkeypress="checktext()" value="<?=$objResult["status"] == "student";?>" /><input name="user_name" type="hidden" id="user_name" onkeypress="checktext()" value="<?=$objResult["user_name"] == "stud_name";?>" /><input name="user_sname" type="hidden" id="user_sname" onkeypress="checktext()" value="<?=$objResult["user_sname"] == "stud_sname";?>" /></td>
<td align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><input type="submit" name="Submit" value="สมัครสมาชิก " class="button"/>
<input type="reset" name="clear" value="เคลียร์" class="button"/></td>
</tr>
<tr>
<td colspan="2" align="center" class="ui-state-error-text">*กรุณากรอกข้อมูลให้ครบถ้วน</td>
</tr>
</table></th>
</tr>
</table>
<p> </p>
</form>
ส่วนนี้เป็นหน้า save ค่ะ
Code (PHP)
<?
if(move_uploaded_file($_FILES["stud_pic"]["tmp_name"],"pic/".$_FILES["stud_pic"]["name"])){
echo "<script>alert(\"ลงทะเบียนเรียบร้อยแล้วค่ะ\");location='index.php';</script>";
//*** Insert Record ***//
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("db_intern");
$strSQL = "INSERT INTO student ";
$strSQL .="(stud_id,stud_title,stud_name,stud_sname,stud_tel,stud_pic,pro_id,tea_id,stud_year,sta_id,id) VALUES
('".$_POST["stud_id"]."','".$_POST["stud_title"]."','".$_POST["stud_name"]."','".$_POST["stud_sname"]."','".$_POST["stud_tel"]."','".$_FILES["stud_pic"]["name"]."','".$_POST["pro_id"]."','".$_POST["tea_id"]."','".$_POST["stud_year"]."','5','".$_POST["stud_id"]."')";
$$strSQL = "INSERT INTO user_login (id,user_log,pass_log,user_name,user_sname,status) VALUES ('".$_POST["stud_id"]."',
'".$_POST["user_log"]."','".$_POST["pass_log"]."','".$_POST["stud_name"]."','".$_POST["stud_sname"]."','student')";
$objQuery = mysql_query($strSQL);
}
?>
Tag : PHP, HTML/CSS, JavaScript
|
|
|
|
|
|
Date :
2013-07-30 15:15:02 |
By :
LaiLA |
View :
1334 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องสั่งให้ query ก่อนจะประกาศตัวแปร $strSQL ครั้งที่2
รูปแบบมันควรจะเป็น
Code (PHP)
$strSQL = "insert into student .....";
$objQuery = mysql_query($strSQL); //สั่งให้ใส่ข้อมูลลงใน table student
$strSQL = "insert into user_login";
$objQuery = mysql_query($strSQL); //สั่งให้ใส่ข้อมูลลงใน table user_login
|
|
|
|
|
Date :
2013-07-30 15:23:15 |
By :
zinlucifer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุน คุน zinlucifer มากค่ะ ได้แล้ว
|
|
|
|
|
Date :
2013-07-30 16:06:05 |
By :
LaiLA |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|