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

George S-T
George S-T
6,624 Points

Does the PHP course teach you about using forms and creating sign-up/login systems?

Just a quick one...

Im going to start the PHP course but just had a few quick questions..

Does the course give you enough knowledge to know how to create a newsletter input field that allows you to send bulk emails to everyone that has submitted their email in the form?

Does the course teach you how you can create a basic/secure member system with sign-up and login?

Thanks!

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

The form and emails, yeah. It does go over how to set up forms, and validate them on the server side. It also goes over the PHP Mailer library, and how to use it.

From that skill set you can probably figure out how to do exactly what you need to do.

The login form, not so much. Depending on how easily you pick up PHP, you could probably learn enough to build your own login system with the lessons here.

If you want a really good tutorial that walks you through building a login form, I highly recommend you watch this video series.

https://www.youtube.com/playlist?list=PLfdtiltiRHWF5Rhuk7k4UAU1_yLAZzhWc