Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoshua Hardy
17,317 PointsHow to allow user to register with a website?
I would like to learn how to allow a new user to register on a website. Basic info (name, email address, etc) would be entered and an account created. I seemed to have missed that in the PHP track. Is this information in the PHP track? Or is another language a better choice for this? Can I do this with PHP?
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsYou can certainly do this with PHP. :-)
In order to allow people to register on a website you'll need to store these details in a database with something like mySQL, so you'll have to learn some SQL.
Treehouse has a course coming soon on User Authentication with PHP but you can get some practice on using SQL with PHP with the Integrating PHP with Databases course. [https://teamtreehouse.com/library/integrating-php-with-databases Good luck :)
Ashish Mehra
269 PointsHey Joshua Hardy, I have some tutorials on it.I tried my best to create this series. May be it will help you.
https://www.youtube.com/playlist?list=PLgdlE0F2e6N3OyiTtvuLU_5ByEgncca_8
Thank you !
Joshua Hardy
17,317 PointsI will check them out. Thanks!
Joshua Hardy
17,317 PointsJoshua Hardy
17,317 PointsI will go back over that section. Thanks for the advice!
Joshua Hardy
17,317 PointsJoshua Hardy
17,317 PointsIs there an eta for this user authentication course?
Jonathan Grieve
Treehouse Moderator 91,253 PointsJonathan Grieve
Treehouse Moderator 91,253 PointsCurrent eta the next couple of weeks. Usually there's a QA period of a week or so. Keep an eye out on the upcoming courses section of the Library! :)