Member Avatar for [NOPE]FOREVER

What is the difference between GET and POST methods of submitting a form?

joyc123 commented: Ineed to know the same +0
thelove commented: dfg +0

Recommended Answers

All 5 Replies

**GET:**
        When you submit a form usig GET method, you can see the values you entered in address bar.

        For example,
                      you enter your user name and password, You can see it on address bar. So its not a secure way. To avoid this problem. you have to use POST method.
**POST:**
          It is the secure way to submit form values.

The main difference between Get and Post is that when we use Get our data show in url and Post do not show any data and that's why for Secure data post method is preffered.

you can send only 2MB data using Get Method and Unlimited using Post method.

Do your own bloody homework,

commented: hah hah - bloody funny +14

Do your own bloody homework,

Ha! Agreed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.