|
Posted by Jerry Stuckle on 01/07/08 13:18
Michael Fesser wrote:
> .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
>
Good point, Micha. I should know not to post before my first cup of
coffee :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|