|
|
|
อยากขอคำแนะนำว่าทำไมถึงล็อกอินไม่ผ่าน แต่ในส่วนของนักศึกษาสามารถล็อกอินได้ |
|
|
|
|
|
|
|
Code (PHP)
<?php session_start();
include("nusoap/nusoap.php");
include("connect_db.php");
?>
<!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=utf-8" />
<title>ระบบล็อกอิน</title>
<style type="text/css">
<!--
body,td,th {
font-family: Angsana New;
font-size: 24px;
font-weight: bold;
font-family: sr FahTHAI;
font-family: sr FahTHAI;
}
a {
font-family: Angsana New;
font-size: 24px;
font-weight: bold;
font-family: sr FahTHAI;
}
h1 {
font-size: 24px;
}
body {
background-image: url();
background-color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
font-family: Angsana New;
}
.style3 {
font-size: 18;
font-family: "Angsana New";
}
.style11 {font-size: 24px; font-family: "Angsana New"; }
.style12 {font-size: 20px}
-->
</style>
</head>
<body>
<table width="1018" border="0" align="center">
<tr>
<th height="81" colspan="2" scope="col"><img src="image/EV1.jpg" width="1024" height="300" /></th>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FF99FF"><table width="1024" border="0">
<tr>
<th height="50" align="" valign="bottom" bgcolor="#FFCCFF" scope="row"><form action="?action=check_login" method="post" name="login_frm" id="login_frm" onsubmit="return login_check()" >
<table width="610" height="188" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td height="60" colspan="4" align="center" valign="bottom">
<font color="#EE0000" size="+3"></font>
<span class="style11"><font color="#EE0000">กรุณาป้อนรหัสประจำตัวและรหัสผ่าน</font></span></td>
</tr>
<tr>
<td width="175" rowspan="3" align="right" valign="top"> </td>
<td height="80" colspan="3" valign="top">
<label for="user_name"></label>
<label for="pass_word"></label>
<table width="300" height="50" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="80" align="right" valign="middle"><span class="style11"><span class="style12">ชื่อผู้ใช้ </span>:</span></td>
<td height="30" align="left" valign="middle">
<input name="user_name" type="text" id="user_name" size="15" value="" onclick="clickclear(this, 'ชื่อผู้ใช้...')" onblur="clickrecall(this,'ชื่อผู้ใช้...')" />
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="38" align="right" valign="middle"><span class="style11"><span class="style12">รหัสผ่า</span>น :</span> </td>
<td width="171" height="30" align="left" valign="middle">
<input name="pass_word" type="password" id="pass_word" size="16"value="" onclick="clickclear(this, '.........')" onblur="clickrecall(this,'.........')" />
<font color="#FF0000">*</font> </td>
</tr>
</table></td>
</tr>
<tr>
<td width="276" height="42" align="center" valign="top"><input type="submit" name="button" id="button" value=" เข้าสู่ระบบ " />
<input type="reset" name="button2" id="button2" value=" ยกเลิก " /></td>
<td width="5" align="center"> </td>
<td width="154" rowspan="2"> </td>
</tr>
<tr>
<td height="24" colspan="2"> </td>
</tr>
</table>
</form>
<!-- End ImageReady Slices -->
<?php
if($_GET["action"]=="check_login")
{
$client = new nusoap_client('http://webservice.yru.ac.th/server/ns_getuser2.php?wsdl', true);
$result = $client->call('getuser', array('username' => $user,'password' => $pass));
$user = trim($_POST['user_name']); //ตัดช่องว่างข้างหน้าและหลัง
$pass = trim($_POST['pass_word']);
$SQL = "SELECT * FROM OFFICER where \"OFFICERCODE\"='$result'";
$stmt=oci_parse($objConnect,$SQL);
oci_execute($stmt,OCI_DEFAULT);
$row = oci_fetch_array($stmt,OCI_BOTH);
$type_id=$row["OFFICERTYPE"];
$card_id=$row["OFFICERCODE"];
if ($result)
{
$b = explode(",",$result);
$_SESSION["officer_code"]= $b[0]; //รหัสเจ้าหน้าที่
$_SESSION["name"]=$b[1]; //รหัสบัตร ปชช
$_SESSION["faculty"]=$b[6];//ต่ำแหน่ง
session_write_close(); //จบการสร้าง session //
echo "<meta http-equiv='refresh' content='0;URL=index.php?name=$user'>";
//echo $result
}if(($result==$OFFICERCODE)&&($OFFICERTYPE=='WEBMIS')){
$b = explode(",",$result);
$_SESSION["officer_code1"]= $b[0]; //รหัสอาจารย์
$_SESSION["name1"]=$b[1]; //รหัสบัตร ปชช
$_SESSION["faculty1"]=$b[6];//ต่ำแหน่ง
$_SESSION["fac_work"]=$b[7];//งาน
session_write_close(); //จบการสร้าง session //
echo "<meta http-equiv='refresh' content='0;URL=index_officer.php?name=$user'>";
}else if(($result==$OFFICERCODE)&&($OFFICERTYPE=='WEBREGISTRA')){
$b = explode(",",$result);
$_SESSION["officer_code2"]= $b[0]; //รหัสอาจารย์
$_SESSION["name2"]=$b[1]; //รหัสบัตร ปชช
$_SESSION["faculty2"]=$b[6];//ต่ำแหน่ง
$_SESSION["fac_work"]=$b[7];//งาน
session_write_close(); //จบการสร้าง session //
echo "<meta http-equiv='refresh' content='0;URL=index_officer1.php?name=$user'>";
}else{
$client = new nusoap_client('http://webservice.yru.ac.th/server/ns_getstudent.php?wsdl', true);
$result= $client->call('auth', array('username' => $user,'password' => $pass));
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 //
//$_SESSION["$staff1"]=$result;
//session_write_close();
echo "<meta http-equiv='refresh' content='0;URL=index_std.php?student_code=".$_SESSION["student_code"]."' on>";
}else
{
echo "<script>alert(' username password ไม่ถูกต้องตรวจสอบอีกครั้ง'); window.location = 'page_login.php';</script>";
echo "<meta http-equiv='refresh' content='0;URL=page_login.php'>";
echo "<meta http-equiv='refresh' content='0;'>";
echo"<script language='JavaScript'>";
echo"alert('ชื่อและรหัสผ่านไม่ถูกต้อง');";
echo"</script >";
}
}
}
?></th>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FF99FF"><span class="style3"><font size="+1">กองบริการการศึกษา มหาวิทยาลัยราชภัฏยะลา 073-227-151 ต่อ 1002</font></span></td>
</tr>
</table>
</body>
</html>
นี่เป็นผลลัพธ์
Tag : PHP, Oracle
|
|
|
|
|
|
Date :
2012-04-21 15:34:45 |
By :
comerror |
View :
832 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำไมยังมี error ครับ line 104 มันบอกว่าไม่พบ table หรือ view ครับ
|
|
|
|
|
Date :
2012-04-21 16:27:06 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|