|
Posted by Michael Fesser on 01/07/08 12:12
..oO(Jerry Stuckle)
>jcage@lycos.com wrote:
>
>> Hmmm... Guess I'm back to looking at using cookies. :-) As I
>> searched for a solution, I happened across http://www.phpfreaks.com/tutorials/120/0.php
>> and tweaked some code to get it to return 'something' in the password
>> field, just not what I was looking for. thanks for the replies, all...
>>
>
>That's a little old (over 4 years) and a bit out of date. You don't
>need setcookie(); just use $_COOKIE.
Assigning a value to $_COOKIE doesn't actually send a cookie. You still
need setcookie(), especially since there might be some more parameters
required in order to control the cookie behaviour.
Micha
Navigation:
[Reply to this message]
|