|
Posted by Jerry Stuckle on 11/10/06 13:21
feelinglucky wrote:
> Why not PEARs: http://pear.php.net/
>
> "Jerry Stuckle 写道:
> "
>
>>sintacks wrote:
>>
>>>Does anyone have the source, class, or link for a secure login using
>>>sessions? Preferably with MySQL. Any help would be greatly appreciated.
>>>Thank you very much.
>>>
>>
>>No links. Something like this is very easy. When I need it I just
>>write my own - it's only a few lines of code.
>>
>>Much faster than trying to find a script then adapt it to my needs. I
>>generally would end up rewriting a large part of the code anyway.
>>
>>--
>>==================
>>Remove the "x" from my email address
>>Jerry Stuckle
>>JDS Computer Training Corp.
>>jstucklex@attglobal.net
>>==================
>
>
Takes longer to install that it does to write the code in the first
place. Then you still have to write the PEAR code, which takes just as
long as it does without PEAR.
PEAR is good for a number of things. But it's huge overkill for a
simple authentication/authorization mechanism.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|