<html> <head> <title>ź¢éÍÁÙž¹Ñ¡§Ò¹</title> </head> <body> <? include("header.php"); $objConnect = odbc_connect("db1","sa","PswPGe48") or die("Error Connect to Database"); $strSQL = "SELECT * FROM employee"; $objExec = odbc_exec($objConnect, $strSQL) or die ("Error Execute [".$strSQL."]"); ?> <br> <br> <center> <table width="600" border="1"> <tr> <th width="100"> <div align="center">ÃËÑʾ¹Ñ¡§Ò¹ </div></th> <th width="200"> <div align="center">ª×è;¹Ñ¡§Ò¹</div></th> <th width="200"> <div align="center">·ÕèÍÂÙè</div></th> <th width="97"> <div align="center">àºÍÃìâ·Ã</div></th> <th width="59"> <div align="center">ʶҹÀÒ¾ </div></th> <th width="30"> <div align="center">Delete </div></th> </tr> <? while($objResult = odbc_fetch_array($objExec)) { ?> <tr> <td><div align="center"><?=$objResult["DID"];?></div></td> <td><?=$objResult["DName"];?></td> <td><?=$objResult["DAddress"];?></td> <td><?=$objResult["DPhone"];?></td> <td><?=$objResult["DStatus"];?></td> <td align="center"><a href="#" onClick="javascript:if(confirm('Do you want to delete?')==true){window.location='viewform_delete.php?DID=<?=$result["DID"];?>';}">ź¢éÍÁÙÅ</a></td> </tr> <? } ?> <? $strSQL = "DELETE FROM employee "; $strSQL .="WHERE DID = '".$_GET["DID"]."' "; $objExec = odbc_exec($objConnect, $strSQL); odbc_close($objConnect); ?> </table></center> <? odbc_close($objConnect); ?> </body> </html>
<? $strSQL = "DELETE FROM employee "; $strSQL .="WHERE DID = '".$_REQUEST["DID"]."' "; $objExec = odbc_exec($objConnect, $strSQL); odbc_close($objConnect); echo $strSQL; ?>
$strSQL .="WHERE DID = '".$_GET["DID"]."' ";
$strSQL .="WHERE DID = '".$_REQUEST["DID"]."' ";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง