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

Abe Layee
Abe Layee
8,378 Points

I want to build a cms using php and mysqli.

I am trying to build a php and mysqli cms, but I have no clue where to start from. I want the user to able to register and login into the cms befeore they can comment on an article. Any tutorial with clear details on doing this? Thank you

2 Answers

Benjamin Larson
Benjamin Larson
34,055 Points

If you are wanting to do this from scratch, it's actually a pretty involved process.

These two courses would give you a good starting part for building that kind of functionality, but you may have to take the beginner PHP courses first if you don't have a lot of programming experience. Building a production-level system like this is not for the faint-of-heart and will require a lot of work to make it both functional and secure. With enough time spent learning and practicing you can do definitely do it, but if you need something quickly, Wordpress or another bundled CMS may be the way to go.