Friday, February 10, 2012

registered user area package


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
}

1 comment:

  1. the registered list will usually come in the form of sql entries.

    ReplyDelete