PDA

View Full Version : OK last post - Cookies



Daniel Hollands
January 30th, 2001, 18:32
I understand how cookies work, that not a problem, what I would like to know is how to store them to a users browser, and then pull them out again.

I guess we could take the simple, but effective variables of $username & $password for our examples.

Thanx for all your help people.

Koolguy
January 30th, 2001, 19:14
What langauge would you like to do this with, php, javascript?

Koolguy
January 30th, 2001, 19:16
If you want to do it with php try:

http://www.php.net/manual/en/function.setcookie.php

Daniel Hollands
January 31st, 2001, 11:54
Originally posted by Koolguy
What langauge would you like to do this with, php, javascript?
Whoops, sorry, in PHP, i'll folow the link posted and have a look.
Thank you.