Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me
All your queries regarding
PHP Installation,
Binding Apache-PHP-MySQL,
and tonnes more... will be solved in this forum
  • Page:
  • 1
TOPIC:

Get and Post

Get and Post 1 year, 9 months ago #124

  • kuldeep
  • OFFLINE
  • Junior Boarder
  • Posts: 35
  • Karma: 0
Hi,

what are the differences between GET and POST methods in form submitting, give the case where we can use GET and we can use POST methods?

Re:Get and Post 1 year, 9 months ago #126

  • manav
  • OFFLINE
  • Senior Boarder
  • Posts: 51
  • Karma: 0
When you want to send short or small data, not containing ASCII characters, then you can use GET” Method. But for long data sending, say more than 100 character you can use POST method.
Once most important difference is when you are sending the form with GET method. You can see the output which you are sending in the address bar. Whereas if you send the form with POST” method then user cannot see that information.
  • Page:
  • 1
Time to create page: 2.61 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download