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 deffience betwwen get() , Post , Request()

Answers were Sorted based on User's Feedback



What is deffience betwwen get() , Post , Request() ..

Answer / viranjaneyulu.nagasarapu

there methods are same as to reading values from html in php.
1.get():- using get method,u can able to see values what
sending and u can send little bit data only.
2.post():-using post method,u not able to see values what
sending and u can send data as well as files and images
only,it's more secure compare to get and request.
3.request():-using request method ,u can reading values from
useing weather get or post method.

Is This Answer Correct ?    9 Yes 1 No

What is deffience betwwen get() , Post , Request() ..

Answer / ravi baba zaa

$_GET - It is build in super global array which collect the values from the FORM which has GET method.
Data is transferred with in URL string hence visible. Data transfered limit max. 100 characters.

$_POST - It is build in super global array which collect the values from the FORM which has POST method.
This method is safe as data is not shown in URL. Also there is
no data transfer limit. 8 Mb max size limit can be changed from PHP.ini

$_REQUEST - The $_REQUEST function can be used to collect form data sent with both the GET and POST methods.

Is This Answer Correct ?    7 Yes 2 No

What is deffience betwwen get() , Post , Request() ..

Answer / rabeeshm

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.
in other words,
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More PHP Interview Questions

Code to open file download dialog in PHP?

0 Answers  


Is uploaded file php?

0 Answers  


What is the function to count elements in an array in PHP?

0 Answers  


Why php is used with mysql?

0 Answers  


Is laravel better than codeigniter?

0 Answers  


Where are cookies stored php?

0 Answers  


What is strlen function in php?

0 Answers  


How to check whether a number is prime or not?

0 Answers  


Why super () is used in java?

0 Answers  


What is php explain how php works?

0 Answers  


How to reset/destroy a cookie?

0 Answers  


Define metaphone()?

0 Answers  


Categories