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's diffrence between Get() and Post() Function

Answers were Sorted based on User's Feedback



What's diffrence between Get() and Post() Function..

Answer / shafique

Get shows information travling on the address bar
but pet do not shows in this way the post method is more
secure than get

Is This Answer Correct ?    9 Yes 3 No

What's diffrence between Get() and Post() Function..

Answer / janakiraman

As said above, i also want to include another point, through
get() method we can send onnly 100 characters, so get()
method as limitation on the information send. whereas post()
method doesn't have any limitaions.

Is This Answer Correct ?    4 Yes 2 No

What's diffrence between Get() and Post() Function..

Answer / ratan 88 01916 546547

Get() variable will show all parameter in address bar but
post not show. Get() nomber of character limited only 150
but post is unlimited.

Is This Answer Correct ?    3 Yes 1 No

What's diffrence between Get() and Post() Function..

Answer / prayas

well including all ,there is one more thing i.e
under GET()Method, we use Request.Querystring to acquire
the form info.But in POST()method,we use Request.Form to
acquire form info.

Is This Answer Correct ?    2 Yes 0 No

What's diffrence between Get() and Post() Function..

Answer / rama

get() method we can send only 100 characters
post() method send (in php 8mb it is default in php.ini
file) it can change using ini_set

Is This Answer Correct ?    1 Yes 0 No

What's diffrence between Get() and Post() Function..

Answer / saurabh kumar

Get shows information travling on the address bar
but post do not shows in this way the post method is more
secure than get. With the help of get method we can send 100
charecter.

Is This Answer Correct ?    1 Yes 0 No

What's diffrence between Get() and Post() Function..

Answer / sri harsha

In get() method form values are send by url and is not secure.
In post() method form values are send along with headers and
was secure.
get method is faster than post method.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More PHP Interview Questions

Do I need apache for php?

0 Answers  


Why do you need php?

0 Answers  


i was set new individual folder for saving session values,the folder name is session and i set 777 permission,using session.save_path function like session.save_path "/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but it causing Warning: Unknown(): SAFE MODE Restriction in effect. The script whose uid/gid is 12112/12112 is not allowed to access /home21b/sub004/sc21311-ULCX/candyoflove.com/session owned by uid/gid 12267/12267 in Unknown on line 0 ,please tell what changes make this script, i was using .htaccesss file..plz help me....

1 Answers  


What are super global variables in php?

0 Answers  


How do you parse and process html/xml in php?

0 Answers  


What is meant by pdo in php?

0 Answers  


Can php run without server?

0 Answers  


What is phpsessid?

0 Answers  


Is php still used?

0 Answers  


What is 'float' property in css?

0 Answers  


How to create a table to store files?

0 Answers  


What are the different ways we can retrive the mysql results using php ? Explain each

1 Answers  


Categories