Thread: Cookie problem
View Single Post
  #1 (permalink)  
Old 06-13-05, 01:46 PM
Tempestshade Tempestshade is offline
Newbie Coder
 
Join Date: Aug 2004
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Cookie problem

I have

setcookie("user", $user, time() + 7200);
setcookie("pass", $rpass, time() + 7200);

to save my cookie and

$user = $_COOKIE['user'];
$pass = $_COOKIE['pass'];

to call my cookie. But when i call my cookie. The cookie = nothing
__________________
http://www.cashbackhosting.net - Cashback Hosting. Cheap Web Hosting starting at $1.50
Reply With Quote