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 Overview of Forms

Server Side Code! Where to learn it from?

Hi guys. I finished the Web Design Track already! I know how to create a form (using html and css) but I wanna learn how to "connect it" to the side server so it works normally!

Where exacly, what course/track do you recommend me so my forms actually work and submit like they should?

I basically only know that I will need a language like PHP, Ruby or similar.

Thanks for your help!

4 Answers

Murat Hasdemir
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Murat Hasdemir
Front End Web Development Techdegree Graduate 20,968 Points

Alexandrino Nunes here is my two cent on this: PHP is more established language right now, most of cms are build on PHP and its easy to learn. I say start with PHP to get to the point where you understand relations between front-end and back-end after that you can jump to other back-end languages or you can stick with PHP to master it (which I choose and have to say its really long road) but don't forget if you gonna work on back-end you have to understand SQL systems and how to manipulate SQL queries.

For last note if you go with PHP learn how to write code without any scripts and after that dive into scripts area or you will lose your way around them.

Moritz Lang
Moritz Lang
25,909 Points

Congrats for finishing the Front End Track! I recommend you to watch the basics course in all of those languages. After that you can pick your favorite language and dive into it a little bit further.

Hello Moritz. I've finished the Web Design track and NOT the Front End Web Development track! I'm considering to move on to PHP for that. I started it already! But I'm not sure if it's the best option. Anyway, thanks for your answer and opinion!

Moritz Lang
Moritz Lang
25,909 Points

Murat Hasdemir Great answer. I think that's a pretty good journey.

Thanks for all the answers!