<?php session_start(); require_once('connection.php'); if(empty($_SESSION['UserID']) || empty($_SESSION['Status']) || $_SESSION['Status'] != 'STAFF' ) { echo "Please Login!"; exit(); } $strSQL = "SELECT * FROM member WHERE UserID = '".$_SESSION['UserID']."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); header("Content-Type: application/vnd.ms-excel"); header('Content-Disposition: attachment; filename="Aftersale.xls"');#ชื่อไฟล์ require_once('Connections/AddDataCustomers.php'); $sess_username=$_SESSION['UserID']; ?><?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue); switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? doubleval($theValue) : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue; } } mysql_select_db($database_AddDataCustomers, $AddDataCustomers); $query_ShowData = "SELECT * FROM data_customers inner join service on ctm_fix = service_id WHERE User_add ='$sess_username' "; $ShowData = mysql_query($query_ShowData, $AddDataCustomers) or die(mysql_error()); $row_ShowData = mysql_fetch_assoc($ShowData); $i=1; $totalRows_ShowData = mysql_num_rows($ShowData); ?><html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"> <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </HEAD><BODY> <table width="1170" border="0" align="center"> <tr> <td width="42" align="center" bgcolor="#999999"><strong>ลำดับ</strong></td> <td width="151" align="center" bgcolor="#999999"><strong>ชื่อ</strong></td> <td width="170" align="center" bgcolor="#999999"><strong>นามสกุล</strong></td> <td width="172" align="center" bgcolor="#999999"><strong>ยี่ห้อมือถือ</strong></td> <td width="127" align="center" bgcolor="#999999"><strong>รุ่น</strong></td> <td width="127" align="center" bgcolor="#999999"><strong>เบอร์ติดต่อ</strong></td> <td width="145" align="center" bgcolor="#999999"><strong>วันที่มาซ่อม</strong></td> <td width="132" align="center" bgcolor="#999999"><strong>บริการที่เข้ารับ</strong></td> <td width="132" align="center" bgcolor="#999999"><strong>ผู้ให้บริการ</strong></td> </tr> <?php do { ; ?> <tr> <td><?php echo $i; ?></td> <td><?php echo $row_ShowData['ctm_name']; ?></td> <td><?php echo $row_ShowData['ctm_surname']; ?></td> <td><?php echo $row_ShowData['ctm_product']; ?></td> <td><?php echo $row_ShowData['ctm_model']; ?></td> <td><?php echo $row_ShowData['ctm_tel']; ?></td> <td><?php echo $row_ShowData['ctm_date']; ?></td> <td><?php echo $row_ShowData['service_fix']; ?></td> <td><?php echo $row_ShowData['User_add']; ?></td> </tr> <?php ++$i; } while ($row_ShowData = mysql_fetch_assoc($ShowData)); ?> </table> </BODY> </HTML>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง