Click to See Complete Forum and Search --> : cookies


Sonia
07-27-2003, 07:42 AM
What are cookies? Where can I use them?

Nevermore
07-27-2003, 07:50 AM
Cookies are a way of storing information on the user's computer. Most web languages make use of them, e.g. JavaScript, Flash, Java and PHP. For an example of a cookie, see http://www.evernet.co.uk/scripts/cookies.php

scragar
08-02-2003, 07:40 AM
I have to ask the following:

I have a username, that I want saved to cookie's, If the username doesn't exist it send's them to my login page, and If it does it retrive's there data, tht I can do.
However I cannot figure out how to retrive, and set cookie's.
I have been using several rather useless tutorial's, and I was wondering if anyone could help me.

ALL help apreciated, all replie's read, all responces noted.

Bootsman123
08-02-2003, 07:49 AM
http://www.php.net/setcookie

scragar
08-06-2003, 04:41 AM
I want to use HTML, not php.

Thank's for the help anyway though.