Answer Posted / 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 |
Post New Answer View All Answers
Explain what does the function get_magic_quotes_gpc() means?
Explain what is the function file_get_contents() usefull for?
What does isset() function?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Describe session in php.
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is $$ in php?
How can we determine whether a php variable is an instantiated object of a certain class?
How do I debug php?
What is magic function in php?
What is the difference between rest and soap?
Tell me what is the use of "enctype" attribute in a html form?
What is the use of mysqli_real_escape_string() function?
Can you give example for trait in php?