Reece_Neumann Posted March 9, 2007 Report Share Posted March 9, 2007 I need a login system for my website which should consist of:register - username, password, email, country & full nameconformation email is sent with username and pass (confirm link should be included if possible)login - user logs into another part of the websiteforgoten password - user enters email address registered with to recive their login informationIf you can do this, can you please PM me Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted March 10, 2007 Report Share Posted March 10, 2007 You should be able to do it with PHPhttp://www.devshed.com/c/a/PHP/Creating-a-...P-Login-Script/ Quote Link to comment Share on other sites More sharing options...
cozofdeath Posted March 10, 2007 Report Share Posted March 10, 2007 I would definitely look on the web for a php package. If someone creates one for you there are going to be many things to worry about. Like...Do you have php installed on your server?If so what version?Error handling.Support down the road or bugs.Must be built secure, using secure functions and classes and everything must be filtered properly, etc. Worry of untrusted source code. Possible database support, which is a WHOLE other thing with probably a larger list.Much time for the php scripter.It will be much easier to download a trusted, secure, fully working package. Some free php resources. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.