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

JavaScript AJAX Basics (retiring) jQuery and AJAX Posting Data with jQuery

Where are we sending the data?

I understand that the data is being sent thanks to the post function, but how does the server know what to do with this data. Where is the server going to save it? I suppose that after submitting a form, the data should be saved in a database sorting it out to the right categories. For example: the name of a user should be sorted out in a "names" database or something like that.

Here it just seems that we are sending the data to the air.

2 Answers

Steven Parker
Steven Parker
229,732 Points

:mailbox_with_mail: Hi, I got your request.

About 2 minutes into the video, Dave says, "We don't have a server side program in workspaces that can process this request." And then a few seconds later reminds us, "...this won't work for you without a web server.*

But if you did have a server, it could be programmed to save the information into a database.

Steven Parker Can you help me with this doubt I have?