<? ob_start(); session_start(); session_destroy(); ?> <html> <head> <title>ออกจากระบบ</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <? echo"<script language='JavaScript'>"; echo"alert('ออกจากระบบเรียบร้อย');"; echo"</script >"; echo "<META HTTP-EQUIV='REFRESH' CONTENT='0; URL=login_admin.php'>"; exit(); ?> </html>
<? session_start(); include("nusoap/nusoap.php"); include ("connect_db.php"); $txtUsername=$_POST['txtUsername']; $txtPassword=$_POST['txtPassword']; $strSQL = "SELECT * FROM OFFICER WHERE USERNAME = '".trim($_POST['txtUsername'])."' and PASSWORD = '".trim($_POST['txtPassword'])."'"; $objParse = oci_parse ($objConnect, $strSQL); oci_execute ($objParse,OCI_DEFAULT); $objResult = oci_fetch_array($objParse,OCI_BOTH); //$type_id=$row["type_id"]; $OFFICERID=$objResult["OFFICERID"]; if ($objResult) { $_SESSION["OFFICERID"] = $objResult["OFFICERID"]; $_SESSION["OFFICERNAME"] = $objResult["OFFICERNAME"]; $_SESSION["OFFICERSURNAME"] = $objResult["OFFICERSURNAME"]; $_SESSION["type_id"] = $objResult["type_id"]; if ($type_id== '1') { echo "<meta http-equiv='refresh' content='0;URL=index1.php'>"; //header("location:index1.php"); session_write_close(); //¨º¡ÒÃÊÃéÒ§ session // } else if ($type_id== "2") { echo "<meta http-equiv='refresh' content='0;URL=index_officer.php'>"; //header("location:index_officer.php"); session_write_close(); //¨º¡ÒÃÊÃéÒ§ session // } else if ($type_id== "3") { echo "<meta http-equiv='refresh' content='0;URL=index_officer1.php'>"; // header("location:index_officer1.php"); session_write_close(); //¨º¡ÒÃÊÃéÒ§ session // } }else{ /*echo"<script language='JavaScript'>"; echo"alert('ª×èÍáÅÐÃËÑʼèÒ¹äÁè¶Ù¡µéͧ');"; echo"</script >"; echo "<meta http-equiv='refresh' content='0;URL=login_admin.php'>"; */ } ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// $client = new nusoap_client('http://webservice.yru.ac.th/server/ns_getstudent.php?wsdl', true); $result= $client->call('auth', array('username' => $txtUsername,'password' => $txtPassword)); if ($result<>"?????????????????????????????????") { $b = explode(",",$result); $_SESSION["student_code"]= $b[0]; //???????????? $_SESSION["cars_id"]=$b[1]; //???? ???. $_SESSION["prefix"]=$b[2]; //???????? $_SESSION["std_name"]=$b[3];//???????????? $_SESSION["std_surname"]=$b[4];//??????? $_SESSION["program"]=$b[5];//???????? $_SESSION["faculty"]=$b[6];//??? session_write_close(); //?????????? session // echo "<meta http-equiv='refresh' content='0;URL=index_std.php?student_code=".$_SESSION["student_code"]."' >"; }else { echo"<script language='JavaScript'>"; echo"alert('ª×èÍáÅÐÃËÑʼèÒ¹äÁè¶Ù¡µéͧ');"; echo"</script >"; echo "<meta http-equiv='refresh' content='0;URL=login_admin.php'>"; } ?>
Quote:$result= $client->call('auth', array('username' => $txtUsername,'password' => $txtPassword));
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง