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
Ryan Hellerud
3,635 Pointseasiest backend solution to a basic website?
I'm wondering what would be the best and simplest way to add back end support to my website. I would like users to be able to submit a simple form so they can get a quote response back from me. My site is built html/css and foundation and would be considering installing wordpress for the back end but not sure if this would be the right approach.
2 Answers

Aurelian Spodarec
7,369 PointsHi, if you want to just submit the form and thats it , very little php would be enough form what i saw. You can look on youtube, or check the courses here on php and find the video where they are making the forum to actualy send . If you need help to find it , please write back.

James Barnett
39,199 PointsCheck out firebase
Firebase likes to say it allows you to
Build realtime mobile and web apps in minutes using client-side code and our powerful API.
Ryan Hellerud
3,635 PointsRyan Hellerud
3,635 Pointsalso could this be accomplished with a little bit of php/sql? I dont know sql and php doesn't seem that bad, but sql scares me.