garbagedigger Posted December 4, 2007 Share Posted December 4, 2007 I'm working on some sites and I want to be able to make it so users can register and have accounts at mysite. Ideally, I would like to create a system very similar to the current one at this site. It would be nice to have a picture text verification, or some kind of confirmation by email or both unless that is being too secure against fake sign ups. Where would one start on this? I have been reading mysql for sometime and I have a good grasp of creating relational databases. I also know how to use css. I have read some C and fooled around with some simple php scripts. I just need to figure out the code involved in creating a user registration page. Do I need to go to school for it? Are there any good books that run you through it? Thanks!@ Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted December 4, 2007 Share Posted December 4, 2007 There are litterally thousands of tutorials for this on the web. There used to be one on this website, though i couldn't seem to find it last time i looked - i could only find the second part. If you google you will find plently of tutorials and examples. Quote Link to comment Share on other sites More sharing options...
runnerjp Posted December 4, 2007 Share Posted December 4, 2007 http://www.sitepoint.com/article/users-php-sessions-mysql Quote Link to comment Share on other sites More sharing options...
adam291086 Posted December 4, 2007 Share Posted December 4, 2007 I used this tutorial for my login section. http://www.php-mysql-tutorial.com/user-authentication/basic-authentication.php. It takes you through a basic login, then you add in a database. Then you add in a radom number generator. Then you add in some images to help security. Quote Link to comment Share on other sites More sharing options...
garbagedigger Posted December 5, 2007 Author Share Posted December 5, 2007 THANKS YO! I also found out the name of the picture text verification thing. It is called "captcha." Here is some freely available code for it in case there are others who are interested: http://www.ejeliot.com/pages/2 I have started the http://www.php-mysql-tutorial.com/ on registration. It is very basic but it does a good simple job at breaking it down. 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.