I've looked around quite a bit at hotscripts, and frankly, every script I've tried so far for PHP authorization sucks major donkey balls. I've considered programming my own, but my boss has basically told me to find something that is pre-packaged - he doesn't want to be spending money programming things that already exist. Consequently, I'm in the search for the best PHP authorization script out there. What I'm trying to accomplish is this:
Through the use of a simple include, I'd like to make sure that before a user can view/use a particular php page, they must be logged in. We would prefer the logins and passwords (in encrypted form) to be stored in a specified MySQL database. The easier to configure the better, but hopefully it is fairly secure as well.
Anyone have a recommendation?
thanks,
Rob
Through the use of a simple include, I'd like to make sure that before a user can view/use a particular php page, they must be logged in. We would prefer the logins and passwords (in encrypted form) to be stored in a specified MySQL database. The easier to configure the better, but hopefully it is fairly secure as well.
Anyone have a recommendation?
thanks,
Rob