http://php-login-script.com/ its here enjoy it!
Free php script login / register , GREAT!
The captcha can easily be read by a OCR program. I like to do more stuff in my login scripts, where it puts the user's record in $_SESSION except credit card info. Plus putting their other records of stuff they bought, like if they site has classified ads, their ad record. That way any page can use their name, email address, etc without using the database as $_SESSION['user']['first_name'], $_SESSION['classified_ad']['xyz']
It can done with an array of callback functions like
It can done with an array of callback functions like
| Code: |
| $loginFuncs[] = 'initClassified';
$loginFuncs[] = 'initStore'; login($loginFuncs); |
Related topics
