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

HTML HTML Forms Form Basics The Form Element

Retrieving Form Data

Nick talks about not going into retrieving the data from the form. I want to make a website with sign up and login functionality eventually, (which will require a form for usernames, passwords, and other info), and I want to know where I should go after I learn how to make forms.

Thanks for answering!

2 Answers

Kris Phelps
Kris Phelps
7,609 Points

In order to properly handle form data for a login system, you'll need to learn a server-side scripting language such as PHP.

Is there a specific course on Treehouse I can do on PHP to learn to to handle login data?

Kris Phelps
Kris Phelps
7,609 Points

There is a PHP track which I'm currently following along with. We haven't gotten to login forms yet, specifically, but early on in the track, they do teach you how to handle data from a contact form, which has many things in common with a login form. I hope this helps :-)

http://teamtreehouse.com/tracks/php-development

Thanks! I think I will work on the PHP track after I complete the html form track!

Kris Phelps
Kris Phelps
7,609 Points

Awesome! Best of luck to you. :-)