Prepare for your Next Interview
This is a discussion on difference between GET and POST method within the PHP forums, part of the Web Development category; 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?...
|
|||
|
difference between GET and POST method
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?
|
| The Following 3 Users Say Thank You to ajitnaik For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: difference between GET and POST method
using get method is not secure, ur informations will be appeared in the url address. using post method is much secure it will not appear in the url address. eg.secure for using post method in login form.
|
|
|||
|
Re: difference between GET and POST method
in GET method the variable value that submitted to other form is append along with URL.
|
|
|||
|
Re: difference between GET and POST method
using get method is not secure, ur informations will be appeared in the url address. using post method is much secure it will not appear in the url address. eg.secure for using post method in login form.
Get-> we can transfer limited data and its not secure. post-> we can transfer unlimited data. ans its a secure. |
|
|||
|
Re: difference between GET and POST method
GET->In Get() transfer only 256 char.and it's not secure and the information will appear in the browser.GET() will not using login time.
POST->In POST transer unlimited data and it's is sucure and the information will not appear in the browser |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between method overriding and overloading | nancyphilips | OOPS | 21 | 05-29-2008 06:37 AM |
| Using POST method:ASP.NET | saswata.purkayastha | AJAX & XML | 0 | 04-27-2007 06:46 AM |
| What is POST | Robert | Java | 3 | 02-06-2007 11:25 PM |
| don't post like this.... | psuresh1982 | Brainteasers | 3 | 01-15-2007 01:53 AM |
| Problem for my post.... | psuresh1982 | Suggestions & Feedback | 1 | 12-14-2006 03:32 AM |