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

How 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
Josh Keenan
19,652 Points

What do you plan to do? Set up your site with a form sending info to a database?

Yes I would like to or just to learn how to retrieve the information from a web form

Kevin Korte
Kevin Korte
28,148 Points

Pick 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
Josh Keenan
19,652 Points

Look 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.