Thread
:
Getting PHP to use cookies for sessions
View Single Post
#
2
(
permalink
)
10-24-04, 08:56 PM
Eclipse
Coding Addict
Join Date: May 2004
Location: Long Island, New York
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Use setcookie() :
http://us2.php.net/manual/en/function.setcookie.php
then $_COOKIE to add data to it.
Eclipse
View Public Profile
Find all posts by Eclipse