Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between GET and POST?

Answer Posted / ashfaq

GET:
------
1. URL Changes to the submitted script name, appended with a list
of each variable with the value.
2. Use only if the number of variable to be used in a form ar very less.
3. Never use GET forms when asking for login ID and passwords.
4. Even hidden variables are shown as a part of the URL.

POST:
---------
1. This is the best way of submitting forms to the web server.
2. There is no limitation on the number of Variables passed from the form.
3. Hidden variable are always hidden!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php strongly typed?

1104


What is the use of strpos in php?

1103


What is the meaning of ‘escaping to php’?

1126


What is printf in php?

1023


Define object-oriented methodology?

1087


How to remove leading and trailing spaces from user input values in php?

1071


What are the functions for imap?

1169


What are the characteristics of php?

1131


What the use of var_dump()?

1097


What is the basic syntax of Php?

1234


What is the difference between core php and php?

992


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

2391


What are the functions used in php?

1121


What is the difference between abstract class and interface in php?

1222


What is php session_start() and session_destroy() function?

1104