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

Website that takes data from a form and displays this data in a web page.

Hello,

I am wanting to make a website which lets a user fill in a form.

Once the form is submitted this data is the put into a website to form content.

The content is grouped by a type which is selected in a drop down ( for example food, drink) the users should be able to filter results.

So that's what I want to do, my question is based on the vids here at treehouse, what learning path would be best to achieve it.

Assume I need JavaScript for the data submission.

No idea what I need to store the data though, php maybe?

3 Answers

Hi Tom,

Reading your description, I think you can do this with HTML, a database MYSQL, SQLite, etc, and some server-side script of your choice (PHP or Ruby) both should work with storing and retrieving data on a database. I am not familiar with python, but perhaps that may be an option to.

I think JavaScript could also be an alternative if you did server-side connection using Node.js. Node I think that is either coming soon or as Pro account.

Since I am still progressing with Ruby, I would probably do this via PHP and store it in MYSQL.But whatever works best for you. Best of luck.

Ok thanks,

Sounds like the missing link is MYSQL then :) need to find a course on that then.

You're welcome, Treehouse does a great job teaching Database along with MYSQL in the Development Tools > Database foundation,

ok thanks ill get onto that once I finished with the javascript then