Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PHP Signup, Verify, Login system

  • 23-03-2006 3:32pm
    #1
    Registered Users, Registered Users 2 Posts: 1,653 ✭✭✭


    Looking to re-write a web application in PHP/MySQL from scratch, the basis of which will be the usual signup, verify user, login, session maintenance, forgot password type functionality. I will then write the additional funcionality on top of this tied into the user information table.

    Rather than re-invent the wheel, I figured the code to do all this is out there somewhere. While I can (and have) googled for this, can anyone recommend any particular packages that are relatively simple to install and re-configure ? I would describe myself as an intermediate PHP coder. An Admin side of the app would earn bonus points.


Comments

  • Closed Accounts Posts: 1,200 ✭✭✭louie


    best thing is to do it yourself. that way if anything goes wrong you know where to look. code done by other application tends to be very hard to read and understood, andif yuo run into trouble you don't know where to go.


  • Registered Users, Registered Users 2 Posts: 4,479 ✭✭✭wheres me jumpa


    http://php.resourceindex.com/Complete_Scripts/

    Ceck out the user management section there.


Advertisement