ช่วยดูให้หน่อยครับทำไมผม save Cookie ไม่ได้ ส่วนนี้เป็นส่วนที่ผมเขียน include connect.php
ไชโย........ทำได้แล้วครับ
Date :
11 ก.ค. 2547 13:21:56
By :
uan
<?
ob_start();
?>
ประกาศตัวนี้เอาใว้ข้างบนสุดนะครับ สามารถช่วยได้
Date :
12 ก.ค. 2547 09:03:13
By :
webmaster
ทำได้ยังไง น่าจะบอกด้วยจะครับจะได้เป็นความรู้แก่ผู้อื่นบ้าง
Date :
12 Jul 2547 14:50:27
By :
onizuka
ผมเอา SetCookie("name2",$user,time()+300);)
ไว้บรรทัดบนสุด
แล้วผมเอาตัวแปรใน Cookie มาเช็ดในฐานข้อมูลถ้ามีตรงกันก็สามารถที่จะเข้าไปใน
หน้าที่กำหนดได้
ถ้าไม่ตรงกันกับฐานข้อมูลก็ไม่สามารถที่จะเข้าไปได้
ผมทำแบบนี้ครับไม่รู้ว่าจะถูกรูปแบบหรือเปล่า
<? SetCookie("username",$username,time()+1000); ?>
<? SetCookie("password1",$password1,time()+1000); ?>
<?
include("../connect.php");
if (trim($submit=="เข้าระบบ")){
$sql = "select * from admin";
$exec = odbc_exec($conn, $sql);
While (odbc_fetch_row($exec)){
$user2=odbc_result($exec,"user");
$pass=odbc_result($exec,"pass");
if (($user2!=trim($username))||($pass!=trim($password1))){
echo"<br><div align='center'>คุณใส่ username และ password ไม่ถูกต้อง<br>\n
<a href='login_master.php'>กลับไป login ใหม่</a><br><br>\n
<button onclick='window.close()' style=color:#ff0000;''>Close</button></div>";
exit;
}else{
}
}
odbc_close($conn);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD>
<TITLE>ปะปา</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-874">
<link rel="stylesheet" href="../style1.css" type="text/css">
<BGSOUND id=BGSOUND_ID>
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
</HEAD>
<body leftmargin="0" rightmargin="0" topmargin="0" background="../images/logo4.gif" width="300" height="250" alt="" border="0" text="#0000ff">
<div align="center"><font color="#0000FF" size="3">ADMIN</font></div>
<table width="75%" align="center" border="1" cellpadding="0" cellspacing="0">
<tr align="center" bgcolor="#0055cc">
<td width="*%"><font size="2" color="#ffffff"><b>รายการ</b></font></td>
<td width="10%" bgcolor="#ffffcc"><font size="2"><b>ดูทั้งหมด</b></font></td>
<td width="10%" bgcolor="#ccffff"><font size="2" ><b>แก้ไข</b></font></td>
<td width="10%" bgcolor="#ffccff"><font size="2" color="#ff0000"><b>ลบ</b></font></td>
</tr>
Date :
13 ก.ค. 2547 14:54:39
By :
uan
[img]C:\Documents and Settings\Administrator\Desktop\ปลื้ม.htm[/img]
Date :
2011-05-03 21:01:53
By :
ดเดฟดกหดกหด
Load balance : Server 03