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

Are there any videos on how to build a log-in, log-out, and register page using php?

I would like to create an e-commerce website using php. For this,obviously I need a way to have customers log-in before they can make purchases. If there are any videos on how to do this, please let me know. :)

2 Answers

No, but there is discussion of creating one.

Here on Treehouse, the closest you'll find for PHP is the Laravel course. You won't be able to code it from scratch, but it does go through setting up authentication with Laravel.

Find it here!