|
|
|
ช่วยหน่อยครับ เรื่อง cookie คือว่าผม เพิ่งเรียน เกี่ยวกีบ php หน่ะครับ แล้ว อาจารญื ให้ทำ แบบ form |
|
|
|
|
|
|
|
จะใช้คุกกี้เหรอครับก็คงเป็นประมาณนี้นะ
<?php
if(isset($submit)){
cookie_register("username",$username,time()+60);
cookie_register("password",$password,time()+60);
///ทำการสร้าง cookie
}else{
echo <<<str
<form method='post' action='thisfile.php'><!-- ใส่ action= ชื่อไฟล์นี้-->
<input type="text" name="username" value="$username">
<input type="password" name="password" value="$password">
</form>
str;
}
?>
ผมไม่ได้ทดสอบดูนะครับพอดีกำลัง set windows ใหม่ถ้าผิดพลาดก็ขออภัยด้วยครับ
|
|
|
|
|
Date :
6 ก.ค. 2550 00:34:22 |
By :
MaCoMet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|