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

Berke Lunstad
11,976 PointsWhich Language do you use to submit?
In the video Nick said that we will be making a form, but it won't actually submit anywhere. Which language(or languages) would you use to submit and process the form?
3 Answers

jne
12,613 PointsMost website use php

Berke Lunstad
11,976 Pointsthanks for telling me! Do you know if there are any courses that help you learn how to use php to do that?

jne
12,613 PointsTreehouse have a php course and ruby on rails course witch also is a server-side scripting language you can code to submit a form with.

Cosmin Cioaclă
21,339 PointsYou can process a form using a server-side language like PHP, Ruby or Python, to name a few.
There is a PHP track right here on Team Treehouse.

Berke Lunstad
11,976 Pointsthanks can't wait to get started!