<?php. 34. //to change cookie. 35. setcookie('nameofcookie','Frank', time() + (86400 *30));//set for a day. 36. //to unset a cookie just set the time that ...
確定! 回上一頁