iGuest 3 Report post Posted January 19, 2005 Sample cookie <?$value = ("Hello!");setcookie ("TestCookie", $value,time()+3600); /* expire in 1 hour */?><html><head> <title>James</title></head><body><?echo("Haller!");?> Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 19, 2005 You should post the language this is in. I know it's PHP, but people who aren't familiar with PHP might try to put it in javascript or something. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 19, 2005 Thanks - should be a good referencce for some people new to cookies.you could also close the <body> and <html> tagsand i dont understand the role 'echo("Haller!"); ' plays in this. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 19, 2005 No role... I think it's probably his last name. Share this post Link to post Share on other sites