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!
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
Martin Guzman
11,573 PointsHow to set up the server side part of the for ?
Hi, I am looking into building a web form and I would like to know where can I find information of how to set it up on the server side?
3 Answers

Josh Keenan
19,649 PointsWhat do you plan to do? Set up your site with a form sending info to a database?

Kevin Korte
28,147 PointsPick a server side language; could be php, ruby, node, python, etc, and that will help align where you should start to learn. Any of the courses here should show you how to receive data from a form on the server side.

Josh Keenan
19,649 PointsLook at the Web design track, they teach you how to transfer files to a server there. For storing information you will need to make use of a database of some kind, they can be learnt here as well.
Martin Guzman
11,573 PointsMartin Guzman
11,573 PointsYes I would like to or just to learn how to retrieve the information from a web form