<?php $value = "my cookie value"; //發送一個24小時候過期的cookie setcookie("TestCookie",$value, time()+3600*24); ?> <html> <body> .
確定! 回上一頁