Mark Forums Read
Go Back   Web Design Forum Graphic Design Site Templates Flash CSS Discussions > BackEnd Development > PHP

Reply
 
Thread Tools Display Modes
  #1  
Old 06-11-2010, 06:45 AM
gsbisht gsbisht is offline
Junior Member
 
Join Date: Apr 2010
Posts: 7
gsbisht is on a distinguished road
Default differences between GET and POST methods in form submitting

On the server side, the main difference between GET and POST is where the submitted is stored. The $_GET array stores data submitted by the GET method. The $_POST array stores data submitted by the POST method.
On the browser side, the difference is that data submitted by the GET method will be displayed in the browser’s address field. Data submitted by the POST method will not be displayed anywhere on the browser.
GET method is mostly used for submitting a small amount and less sensitive data. POST method is mostly used for submitting a large amount or sensitive data.
Internet marketing
Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
  #2  
Old 10-28-2010, 09:34 PM
frantlyhoedry frantlyhoedry is offline
Junior Member
 
Join Date: Oct 2010
Posts: 4
frantlyhoedry is on a distinguished road
Default

GET:
1. URL Changes to the submitted script name, appended with a list
of each variable with the value.
POST:
1. This is the best way of submitting forms to the web server.
__________________
ocado vouchers
Reply With Quote
  #3  
Old 10-29-2010, 04:21 AM
juliepaul juliepaul is offline
Junior Member
 
Join Date: Oct 2010
Posts: 3
juliepaul is on a distinguished road
Default

Difference between the method GET and POST is primarily defined by the shape data coding. Official recommendations say that GET must be used if and only if the form processing is idempotent. Which usually means a form of pure motion.
__________________
cheap kitchens
Reply With Quote
  #4  
Old 05-11-2011, 11:31 AM
dtrump dtrump is offline
Junior Member
 
Join Date: Oct 2010
Posts: 3
dtrump is on a distinguished road
Default

As per functionality both GET and POST methods were same.Difference is GET method will be showing the information information to the users.But in the case of POST method information will not be shown to the user.

The data passed using the GET method would be visible to the user of the website in the browser address bar but when we pass the information using the POST method the data is not visible to the user directly.

Also in GET method characters were restricted only to 256 characters.But in the case of POST method characters were not restricted.
Reply With Quote
  #5  
Old 07-21-2011, 12:19 PM
Saranya Saranya is offline
Junior Member
 
Join Date: Jul 2011
Posts: 22
Saranya is on a distinguished road
Default

Really very interesting to read about this topic.. Thanks for this informative tips..
Reply With Quote
  #6  
Old 07-22-2011, 11:34 AM
Daave Daave is offline
Junior Member
 
Join Date: May 2011
Posts: 18
Daave is on a distinguished road
Default differences between GET and POST methods in form submitting

Using Get method is not secure, your informations will be appeared in the url address. Using Post method is much secure it will not appear in the url address.
Reply With Quote
  #7  
Old 07-27-2011, 07:22 AM
peterjack11 peterjack11 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 29
peterjack11 is on a distinguished road
Default

On the browser side, the difference is that data submitted by the GET method will be displayed in the browser’s address field. Data submitted by the POST method will not be displayed anywhere on the browser.
__________________
web design in ahmedabad
Reply With Quote
  #8  
Old 08-11-2011, 05:48 AM
peterjack15 peterjack15 is offline
Senior Member
 
Join Date: Aug 2011
Posts: 146
peterjack15 is on a distinguished road
Default

On the browser side, the difference is that data submitted by the GET method will be displayed in the browser’s address field. Data submitted by the POST method will not be displayed anywhere on the browser.
Reply With Quote
  #9  
Old 08-24-2011, 01:40 PM
vvjack05 vvjack05 is offline
Junior Member
 
Join Date: Aug 2011
Posts: 10
vvjack05 is on a distinguished road
Default

In GET method data gets transferred to the processing page in name value pairs through URL, so it is exposed and can be easily traced by visiting history pages of the browser. So any login details with password should never be posted by using GET method.
__________________
we buy any car
Reply With Quote
  #10  
Old 11-14-2011, 02:28 AM
davidjohn12 davidjohn12 is offline
Junior Member
 
Join Date: Nov 2011
Posts: 5
davidjohn12 is on a distinguished road
Default

On the server side, the main difference between GET and POST is where the submitted is stored. The $_GET array stores data submitted by the GET method. The $_POST array stores data submitted by the POST method.
On the browser side, the difference is that data submitted by the GET method will be displayed in the browser’s address field. Data submitted by the POST method will not be displayed anywhere on the browser.
__________________
r4
Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 09:56 AM.


Powered by vBulletin Version 3.6.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.4.0