<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>แก้ไขสิทธิ์การเข้าใช้</title> <style type="text/css"> <!-- .font { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } --> body { margin: 0px; padding: 0px; font-size: 12px; } </style> <style type="text/css"> </style> </head> <body> <form id="form1" name="form1" method="post" action=""> <table width="267" height="303" border="1" align="center"> <tr> <td width="104" align="right">รหัสพนักงาน</td> <th width="147" align="left" scope="col"><label> <input name="edit_id" type="hidden" id="edit_id" value="<?=$_REQUEST['edit_id'];?>" /> <input type="text" name="id2" id="id2" value="<?=$_REQUEST['edit_id'];?>" disabled="disabled"/> </label></th></tr> <tr></tr> <td align="right">ชื่อ-นามสกุล</td> <th align="left" scope="col"><label> <input name="name1" type="text" disabled="disabled" id="name2" value="<?=$_REQUEST['name'];?>" /> </label></th> <tr></tr> <td align="right">แผนก</td> <th align="left" scope="col"><label> <input name="department1" type="text" disabled="disabled"id="department2"value="<?=$_REQUEST['department'];?>"/> </label></th> <tr></tr> <td align="right">ตำแหน่ง</td> <th align="left" scope="col"><label> <input name="position1" type="text" disabled="disabled"id="position2" value="<?=$_REQUEST['position'];?>"/> </label></th> <tr></tr> <tr></tr> <td align="right">บริษัท</td> <td align="left" scope="col"><label> <? include "connect1.php"; $sql="select * from company"; //echo $sql; $dbquery = mysql_db_query($database_c, $sql); $num_rows = mysql_num_rows($dbquery); //echo $num_rows; $i=0; if( $num_rows>0) { while ($row=mysql_fetch_array($dbquery)){ $i=$i+1; $name=$row['C_name']; echo $row['C_ID']; ?> <input name="chename[<?=$i;?>]" type="checkbox" id="chename[<?=$i;?>]" value="<?=$row['C_ID'];?>" /> <? echo $name;?><br /><? }} ?> </label></td> <tr> </tr> <td align="right"></td> <th rowspan="2" align="left" scope="col"><input name="edit_id" type="hidden" id="edit_id" value="<?=$_REQUEST['edit_id'];?>" /> <label> <input type="Submit" name="submit" id="submit" value="แก้ไข" /> </label> <label> <input type="button" name="button2" id="button2" value="กลับ" onclick="window.opener.location.reload(); window.close();"/> </label> </table> </form> </body> </html> <? if($_REQUEST['submit']) { include "connect1.php"; $id=$_REQUEST['edit_id']; echo $id; $sql1 = "delete from potential where SU_ID= '$id' "; mysql_query($sql1); $dbquery = mysql_db_query($database_c,$sql1); echo $sql1; $name=$_REQUEST['chename']; echo count($name); for ($i=0; $i<count($name); $i++) { echo $name ; echo $name[$i]; $sql="INSERT INTO potential (SU_ID,C_ID )VALUES ('$id','$name[$i]')"; mysql_query($sql); echo $sql; echo "<br>"; } $dbquery = mysql_db_query($database_c,$sql); if ($dbquery) { // echo"<meta http-equiv=\"refresh\" content=\"2;URL=showcompany.php\">"; }else { echo "<script> alert('ไม่สามารถแก้ไขได้')</script> " ; //echo"<meta http-equiv=\"refresh\" content=\"2;URL=showcompany.php\">"; } } ?>
Quote:for ($i=0; $i<count($name); $i++) {
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง