View Single Post
ישן 11-06-07, 08:47   # 5
4ior
חבר וותיק
 
4ior's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,451

4ior לא מחובר  

תנסה לשים ככה:
[php]
ob_start();
setcookie("user", $username,time() + 3600);
setcookie("pw", $password, time() + 3600);
setcookie("access", $access, time() + 3600);
ob_end_flush();
[/php
  Reply With Quote