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 trial

PHP

Caio Ferrari
Caio Ferrari
5,455 Points

Create a login system class

Does Treehouse have some classes would teach how to create a login system?? Something that some users could subscripe and login to access content!

Thank you!

1 Answer

Not specifically, but going through the Learn PHP track would certainly give you the knowledge needed to do so. I would say, from that track, doing PHP Basics -> PHP Functions -> Build a Basic PHP Website -> and Integrating PHP with Databases would cover everything you need to know to build a login system.

If you are not looking to reinvent the wheel though, there are definitely login systems available that you can just implement into your website. But I assume you are doing this for learning purposes.