yobo Posted March 7, 2007 Share Posted March 7, 2007 hey all, just want to know if any one knows of a good tutorial that will show me how to make a simple login system so that users can register on my site? i was unable to find one on phpfreaks Quote Link to comment Share on other sites More sharing options...
legohead6 Posted March 7, 2007 Share Posted March 7, 2007 this is a good goal to work toward when learning, tutorials will tell how to do it once but never teach you how to do it forever. I would suggest you try yourself to build one, and if you run into a glitch you can ask for help, but by doing it yourself you learn how to do it forever. Quote Link to comment Share on other sites More sharing options...
boo_lolly Posted March 7, 2007 Share Posted March 7, 2007 lego's got good advice. you would basically start with an HTML form, and process the posted information using php and comparing it against a mysql database. some good all-around php tutorials are w3schools and tizag. those two sites offer a good basic foundation to php. Quote Link to comment Share on other sites More sharing options...
Barbara W Posted January 17, 2011 Share Posted January 17, 2011 There are many excellent tutorials available on you tube including some on php and some on login scripts with php. Try there. 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.