Answer Posted / 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 |
Post New Answer View All Answers
Do you know what does mvc stand for and what does each component do?
Tell me what is the difference between get and post?
What are the three classes of errors that can occur in php?
Is it possible multiple inheritance in php?
what is difference between PHP4 , PHP5
How to access a specific character in a string using php?
How to write in a file in php?
How can we enable error reporting in php?
What is the difference between abstract class and interface in php?
Write a program to display a table of any given number?
Tell me how would you declare a function that receives one parameter name hello?
How to connect to mysql from a php script?
What is the use of explode() function?
What is polymorphism with example in php?
Which functions are used to remove whitespaces from the string?