|
|
|
เหล้าเก่าในขวดใหม่ ฟังก์ชั่นเดิมใช้ดีใน php5.2 แต่จอดสนิทใน php5.3 |
|
|
|
|
|
|
|
ผมเคยใช้code login ได้ดี มาบน php5.2 แต่มาหลายวันก่อนทาง hostเปลี่ยนเป็น php5.3 ล็อคยังก็ไม่ผ่าน
รบกวนอาจารย์ทุกท่าน ตรวจสอบทีด้วยครับ
Code (PHP)
<?php
Session_Start();
if ($username =="12345" and $passwd == "admin1234") {
$check = "admin1234";
session_register('check');
?>
<script type="text/javascript">
window.location.href = "kru_home.php";
</script>
<?php
} else {
include "connect.php";
$sql = "select * from persondata where passw='$passwd' and hospcode='$username' ";
$result=mysql_db_query($dbname,$sql);
$num = mysql_num_rows($result);
if ($num==1) {
$record=mysql_fetch_array($result);
$name = $record["Name"];
$surname = $record["Surname"];
$hospcode = $record["hospcode"];
$passw2 = $record["passw"];
$loginname = "$name $surname";
$check = "member";
session_register('loginname');
session_register('check');
session_register('hospcode');
session_register('passw2');
?>
<script type="text/javascript">
window.location.href = "kru_home.php";
</script>
<?php
} else {
?>
<script type="text/javascript">
alert('Sorry !!! Invalid Data .... Try Again Please.');
window.location.href = "kru_home.php";
</script>
<?php
}
}
?>
ขอคุณล่วงหน้านะครับ และ อีกส่วนผมว่าน่าจะมีผลด้วย
Code (PHP)
<?php
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<title>ทะเบียนครุภัณฑ์</title>
<style type="text/css">
<!--
.style1 {
font-size: large;
font-weight: bold;
}
body {
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
}
.style3 {color: #666666; }
-->
</style></head>
<body>
<div align="center">
<?php include "kru_top.php"; ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" valign="top">
<?php
if ($check == "admin00665") {
echo "<div align=left><b><font color=darkblue size=3>Administrator ,</font></b><font size=1><b><a href='kru_logout.php'>[LogOut]</a></b></font></div>";
echo "<div align=left><font size=2>Hello...ผู้ดูแลระบบระดับสถานบริการ</font></div>";
echo "<br><div align=left><font size=2><b><a href='index.php'>กลับหน้าหลัก</a></b></font></div>";
} else if ($check == "member") {
echo "<div align=left><b><font color=darkblue size=3>เจ้าหน้าที่</font></b>:$hospcode, <font size=1><b><a href='kru_logout.php'>[LogOut]</a></b></font></div>";
echo "<div align=left><font size=2>Hello...คุณ$loginname</font></div>";
echo "<br><div align=left><font size=2><b><a href='index.php'>กลับหน้าหลัก</a></b></font></div>";
} else {
include "kru_login.php";
}
include "kru_menu.php"; ?>
</td>
<td valign="top">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" style="border:inherit ">
<tr valign="middle">
<td height="25" colspan="3"> </td>
</tr>
<tr valign="middle">
<td width="26%" height="65" valign="bottom"> <div align="left">
<?php
include "connect.php";
$sql = "select name from kru_group where no='$id' ";
$result=mysql_db_query($dbname,$sql);
$row=mysql_fetch_row($result);
echo "<b><font color=green><img src='picture/kru_$id.png' height=50 width=50 align=middle> ครุภัณฑ์$row[0]</font></b>";
?>
</div>
</td>
<td width="62%" height="65"><div align="left"><img src="picture/kru_home.png" width="500" height="65" align="middle" ></div></td>
<td width="12%" height="65" valign="bottom"><div align="right"><a href="kru_home.php">Back</a></div></td>
</tr>
<tr valign="middle">
<td colspan="3" align="left" valign="top">
<table width="98%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="40" height="23"><div align="center" class="style3">ลำดับ</div></td>
<td width="100"><div align="center" class="style3">วันขึ้นทะเบียน</div></td>
<td width="130"><div align="center" class="style3">รหัสครุภัณฑ์</div></td>
<td><div align="center" class="style3">รายการ รายละเอียด </div></td>
<td width="20"><div align="center" class="style3">ที่</div></td>
<td width="85"><div align="right" class="style3">มูลค่า(บ.)</div></td>
<td width="80"><div align="center" class="style3">วิธีการได้มา</div></td>
<td width="150"><div align="left" class="style3"> หมายเหตุ</div></td>
</tr>
<?php
$sql = "select * from kru_hospcode order by hospcode ASC";
$result=mysql_db_query($dbname,$sql);
while ($row=mysql_fetch_row($result)) {
$sql0 = "select * from kru_data where hospcode='$row[0]' and kru_id='$id' and status<>3 order by name,no ASC";
$result0=mysql_db_query($dbname,$sql0);
$num0 = mysql_num_rows($result0);
if($num0 > 0) {
echo "<tr>";
echo "<td colspan=8>";
echo "<table width=95% border=0 cellspacing=0 cellpadding=0 valign=left>";
echo "<tr>";
echo "<td width='5'><img src='picture/t1.gif' width=5 height=20></td>";
echo "<td width='506' background='picture/t2.gif'><font color=white><b>$row[0] $row[2]</b></font> <font color=red>, $num0 รายการ</font></td><td> </td>";
echo "</tr>";
echo "</table>";
echo "</td>";
echo "</tr>";
$n=1;
while ($row0=mysql_fetch_row($result0)) {
echo "<tr>";
echo "<td align=center>$n</td>";
$datein = substr($row0[2],-2)."-".substr($row0[2],5,2)."-".(substr($row0[2],0,4)+543);
echo "<td align=center>$datein</td>";
if($row0[3] != "") {
$krucode = $row[1]." ".substr($row0[3],0,4)."-".substr($row0[3],4,3)."-".substr($row0[3],-4);
} else {
$krucode = " ";
}
echo "<td align=center>$krucode</td>";
echo "<td align=left>$row0[5]</td>";
echo "<td align=center>$row0[4]</td>";
$money = number_format($row0[6],2);
echo "<td align=right>$money </td>";
$sql1 = "select name from kru_process where no='$row0[7]' ";
$result1=mysql_db_query($dbname,$sql1);
$row1=mysql_fetch_row($result1);
echo "<td align=center>$row1[0]</td>";
$sql2 = "select * from kru_repair where id='$row0[0]' ";
$result2=mysql_db_query($dbname,$sql2);
$num2=mysql_num_rows($result2);
if ($num2 > 0) {
$repair = "<font color=red>ซ่อม($num2)</font>";
} else {
$repair = "";
}
if ($row0[12] == 1) {
$des = "<font color=brown>ขอทำลาย</font>";
} else if ($row0[12] == 2) {
$des = "<font color=brown>รอทำลาย</font>";
} else {
$des = "";
}
echo "<td align=left> $repair $des</td>";
echo "</tr>";
$n++;
} // while $row0
} // if
} // while $row
?>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
<p class="style1"> </p>
</div>
</body>
</html>
Tag : PHP, JavaScript, jQuery, CakePHP
|
ประวัติการแก้ไข 2013-06-10 23:37:13 2013-06-10 23:38:12
|
|
|
|
|
Date :
2013-06-10 23:34:37 |
By :
narongchai2511 |
View :
927 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ตัวแปร session แบบเก่าครับ
Code (PHP)
session_register('check');
เปลี่ยนเป็น
Code (PHP)
$_SESSION['check'] = 'xxxxxxxxx'; // ตั้งตัวแปร
print $_SESSION['check']; // เรียกใช้
|
|
|
|
|
Date :
2013-06-10 23:40:35 |
By :
randOmizE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-ขอบคุณมากเลยครับ
|
|
|
|
|
Date :
2013-06-11 00:40:26 |
By :
narongchai2511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แปลกใจว่า 5.2 คือใช้ได้น้อบาดหะนี่ ..
ผมว่า ควรปรับให้เป็น php รุ่นปัจจุบัน ให้มากที่สุด เพื่อไม่ให้เกิดปัญหาในอนาคตครับผม
|
|
|
|
|
Date :
2013-06-11 09:13:44 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|