I want to create a new service which needs a registered user area. I need to customize the fields and look of this rua. I am writing cause I don't want to reinvent the wheel. Is there an opensource php script I can use in a project that simply handles the security issues which I can access with something like:
if ($registered)
{
// things
}
the registered list will usually come in the form of sql entries.
ReplyDeleteUserCake (usercake.com) might be something you're looking for.
ReplyDelete