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 post and get method??

Answers were Sorted based on User's Feedback



what is the post and get method??..

Answer / psharma05

get method send the data in query string and limited data.
post method send the data in hidden form and send unlimted data.

Is This Answer Correct ?    0 Yes 0 No

what is the post and get method??..

Answer / gladys

In the get method the data made available to the action page
by the URL so data can be seen in the address bar where as
in the post method the data will be available as data blocks
and not as query string.

Is This Answer Correct ?    0 Yes 1 No

what is the post and get method??..

Answer / mohamed amirudeen

GET METHOD:
if your are using method to be "get" in the form,
then by clicking the submit button,all the values inserted
in the textbox which is found inside the form will be
displayed in the URL.

POST METHOD:
here when the method is made as "post" then the
value inserted in the textbox inside the form will not be
seen on the URL.Hence its for security purpose.

Is This Answer Correct ?    0 Yes 1 No

what is the post and get method??..

Answer / vivek soni

Get Method:
It displays the submited value in the URL and its used
for max 100 character of small applications....

Post method :

Where as post method is secured,it doesnot show value in
the URL ,and it can be used in large applications .
Here there is no limit to send information via post
method...

Post method is Secure compare to get method...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

Which method removes the last element from the end of an array?

0 Answers  


How to access a specific character in a string?

0 Answers  


Is PHP an open source software?

0 Answers  


How can I check if a value is already in an array?

3 Answers   Rushmore Consultancy,


What is Different between Joomla And Magento?

0 Answers  


What is the difference between javascript and php?

0 Answers  


What do you mean by MVC ?

3 Answers   NIIT,


What is the exact Diff. between include_once() and require_once() in PHP?

12 Answers  


How to run the interactive php shell from the command line interface?

0 Answers  


What is the use of ajax in php?

0 Answers  


How can you make a connection with mysql server using php?

0 Answers  


Can you define an argument as a reference type?

0 Answers  


Categories