you are absolutely correct. and even though i am a beginner, i could
probably program something like this quicker than installing one.
However, for me...installing a preprogrammed one also gives me added
functionality that i would not have thought of thus teaching me as
well. But you are absolutely correct if i had a higher understanding of
these concepts.
On Nov 10, 8:21 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
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.
jstuck...@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.
jstuck...@attglobal.net
==================