burning88 Posted February 21, 2009 Share Posted February 21, 2009 Hi, really dumb question here... I am a web developer with a working knowledge of PHP and MySql. I would like to learn how to create a system where a user must create an account, and log in, in order to gain access to a site. I have been following tutorials for several weeks now but none of them lead in the right direction. I would like to create a system similar to the process whereby I gained access to this forum; where you must register, and stay registered, to view a website. Could someone point me in the right direction. Thank you! Link to comment https://forums.phpfreaks.com/topic/146270-creating-a-registrationemail-validation-process-in-php/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 21, 2009 Share Posted February 21, 2009 The best way to learn about how to create a specific application is to examine existing scripts. Tutorials are not always complete working scripts. You could for example download the SMF script and examine its' code. Here are two hotscripts areas you could also find existing scripts to examine - http://www.hotscripts.com/category/php/scripts-programs/user-management/ http://www.hotscripts.com/category/php/scripts-programs/user-authentication/ Link to comment https://forums.phpfreaks.com/topic/146270-creating-a-registrationemail-validation-process-in-php/#findComment-767903 Share on other sites More sharing options...
burning88 Posted February 21, 2009 Author Share Posted February 21, 2009 Hey, thanks for your help. Link to comment https://forums.phpfreaks.com/topic/146270-creating-a-registrationemail-validation-process-in-php/#findComment-767916 Share on other sites More sharing options...
angelcool Posted February 21, 2009 Share Posted February 21, 2009 My advise is to use a tutorial/script that uses PHPMailer over just mail(), using mail() requires a local MTA (SMTP server). Link to comment https://forums.phpfreaks.com/topic/146270-creating-a-registrationemail-validation-process-in-php/#findComment-767922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.