Geeks Talk

Prepare for your Next Interview




difference between GET and POST method

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?...


Go Back   Geeks Talk > Web Development > PHP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-14-2008
Junior Member
 
Join Date: May 2008
Location: mumbai
Posts: 2
Thanks: 0
Thanked 3 Times in 1 Post
ajitnaik is on a distinguished road
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?
Reply With Quote
The Following 3 Users Say Thank You to ajitnaik For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 05-14-2008
Junior Member
 
Join Date: May 2008
Location: malaysia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
masternyi is on a distinguished road
Re: difference between GET and POST method

Quote:
Originally Posted by ajitnaik View Post
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?
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.
Reply With Quote
  #3 (permalink)  
Old 05-15-2008
Junior Member
 
Join Date: May 2008
Location: mumbai
Posts: 2
Thanks: 0
Thanked 3 Times in 1 Post
ajitnaik is on a distinguished road
Re: difference between GET and POST method

Quote:
Originally Posted by ajitnaik View Post
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?
in GET method the variable value that submitted to other form is append along with URL.
Reply With Quote
  #4 (permalink)  
Old 08-21-2008
Junior Member
 
Join Date: Aug 2008
Location: india
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
anujm1_1 is on a distinguished road
Re: difference between GET and POST method

Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.

By
Anuj Maheshwari
Reply With Quote
  #5 (permalink)  
Old 08-21-2008
Junior Member
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
deep0000 is on a distinguished road
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.
Reply With Quote
  #6 (permalink)  
Old 09-01-2008
Junior Member
 
Join Date: Sep 2008
Location: Hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
praveen.peddinti is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Web Development > PHP


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 12:17 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved