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 The Form Element

in get the data is send through the URL and its parameter also . how the data is send in post method

how the data is send in post method is it also through the url ?

2 Answers

Stephanie Cunnane
Stephanie Cunnane
7,073 Points

For POST, the form data is included in the body of the HTTP message request.

Clara Hembree
Clara Hembree
11,401 Points

There is more information on POST and GET in the AJAX series. Here's a link to a video explaining it in more detail. Watch this video.

thanky ou