|
|
|
มาอีกแล้วเจ้าเก่า session มันไม่แสดงชื่อสมาชิกค่ะ |
|
|
|
|
|
|
|
<?
session_start();
$username=$_POST[username];
$password=$_POST[password];
if($username=="" or $password=="") {
echo "<h3> ERROR : กรุณากรอกข้อมูลให้ครบ</h3>";
exit();
}
include "connect.php";
$sql="select * from person where username='$username' and password='$password' ";
$result=mysql_db_query($dbname,$sql);
$num=mysql_num_rows($result);
$row=mysql_fetch_array($result);
mysql_close();
if($num<=0) {
echo"<h3><center> ERROR : Username หรือ Password ไม่ถูกต้อง</center></h3>";
}
$_SESSION[sess_userid]=$row['id'];
$_SESSION[sess_username]=$username;
if ($row['status_login'] == 'USER') {
header("Location:user.php");
} elseif ($row['status_login'] == 'ADMIN') {
header("Location:admin.php");
}
?>
|
|
|
|
|
Date :
2010-02-08 21:21:58 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้อะค่ะ เหมือนเดิมเลยค่ะ
|
|
|
|
|
Date :
2010-02-08 21:34:10 |
By :
jiro_aaron |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรง admin.php ครับ โค้ดมีแคนี้หรอ ผมไม่รู้ว่าใส่ session_start() บรรทัดแรกยังครับแล้วค่า<?=$sess_username?> มายังไงครับ
ช่วยโพสโค้ดเต็มๆหน่อยน่ะ จะได้วิเคราะห์ถูก
|
|
|
|
|
Date :
2010-02-08 22:06:44 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้า admin.php ค่ะ
<style type="text/css">
<!--
.style1 {
color: #cc33ff;
font-weight: bold;
}
.style2 {color: #cc33ff}
a:link {
color: cc33ff;
text-decoration: none;
}
a:visited {
color: cc33ff;
text-decoration: none;
}
a:active {
color: cc33ff;
text-decoration: none;
}
a:hover {
color: #CC0066;
text-decoration: none;
}
-->
</style>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><br><br>
<script language="JavaScript">
var message = "++ ยินต้อนรับเจ้าหน้าที่ผู้ดูแลระบบ สู่ส่วนของผู้ดูแลระบบ ++";
var basecolor = "ffffff" ;
var changecolor = "#cc33ff" ;
var speed =80 ;
var againspeed = 1500 ;
var n = 0 ;
document.write('<font color="'+basecolor+'">');
for (m=0;m<message.length;m++)
{
document.write('<span id= "karaoke">'+message.charAt(m)+'</span>');
}
document.write('</font>');
var temp = document.all.karaoke ;
beginneon() ;
function beginneon()
{
time = setInterval("neon()",speed);
}
function neon()
{
if (n==0)
{
for (m=0;m<message.length;m++)
temp[m].style.color = basecolor ;
}
temp[n].style.color = changecolor ;
if (n<temp.length-1)
n++;
else
{
n=0 ;
clearInterval(time) ;
setTimeout("beginneon()",againspeed);
}
}
</script>
</div></td>
</tr>
<tr>
<td><p> </p><br>
<p align="center"><img src="head/yes.gif" width="108" height="101"></p>
<p align="center"> </p><br>
<p align="center"> ยินดีต้อนรับคุณ<b>
<?=$sess_username?> </b>คุณกำลังอยู่ในระบบสมาชิก</p>
<p align="center"> [ <a href="frmeditteacher.php">แก้ไขข้อมูลส่วนตัว</a> ]
<p> </p></td>
</tr>
<tr>
<td><div align="center" class="style2">
<p><a href="manuadmin.php">เมนูสำหรับเจ้าหน้าท</a>ี่</p>
<p> </p>
<p align="right"><a href="logout.php"><img src="image/logout.gif" width="35" height="36"></a></p>
</div></td>
</tr>
</table>
|
|
|
|
|
Date :
2010-02-08 22:14:52 |
By :
jiro_aaron |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เลยค่ะ
|
|
|
|
|
Date :
2010-02-09 01:26:07 |
By :
jiro_aaron |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ session_start() ไว้บนสุด
session_start();
$sess_username=$_SESSION[sess_username];
<style type="text/css">
<!--
.style1 {
color: #cc33ff;
font-weight: bold;
}
.style2 {color: #cc33ff}
|
|
|
|
|
Date :
2010-02-09 02:36:51 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากค่ะ ตอนนี้ได้แล้ว
ตอนแรกเอาแบบนี้ใส่เข้าไป <?
session_start();
$username=$_POST[username];
$password=$_POST[password];
if($username=="" or $password=="") {
echo "<h3> ERROR : กรุณากรอกข้อมูลให้ครบ</h3>";
exit();
}
มันหน่วงมาส่งค่าไปนานมาเลยกว่าจะไปหน้าไหน อะค่ะ เลยเอาออก
|
|
|
|
|
Date :
2010-02-09 09:49:10 |
By :
jiro_aaron |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|