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

General Discussion

Patrick Vanegas
Patrick Vanegas
6,971 Points

Which set of videos can help me store input data from a form field in html/css?

I want to be able to store information that a user places in a form, and save it so that next time, a user can "login." Which set of videos does treehouse have that can show me how to do this?

1 Answer

Dean Kennedy
Dean Kennedy
4,491 Points

You need to store the info somewhere (a database) so you need to look at the technologies that allow interaction with databases. I use PHP for this with mysql databases.