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



What are the differences between Get and post methods in form submitting, give the case where we ca..

Answer / dakshayani

get() method sends data in the form of url but post() method
will send as a data stream.

data transfered thru get() method is not secured whereas
post() method is safe and secured.

data sent thru get() method will be truncated but for post()
method there is no limitation on the amount of data being sent.

Is This Answer Correct ?    24 Yes 0 No

Post New Answer

More PHP Interview Questions

How do you debug php?

0 Answers  


Is laravel an oop?

0 Answers  


Which php framework is fastest?

0 Answers  


Which function would you use to format date information in php?

0 Answers  


Why do we use javascript in php?

0 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?

2 Answers   IPMC, NIIT,


Explain how is it possible to set an infinite execution time for php script?

0 Answers  


What is the use of namespace in php?

0 Answers  


What is magic function in php?

0 Answers  


delete session variable when close browser with out logout

3 Answers  


What are php errors?

0 Answers  


Categories