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 different sorting function in php?
How to get the IP address of the client/user in PHP?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Why constructor is not overridden?
What are arguments in php?
What should we do to be able to export data into an excel file?
What is the use of isset() in php?
Is php a case sensitive language?
When to use single quotes, double quotes, and backticks?
What are the advantages of stored procedures?
Is uploaded file php?
What is the ioncube php loader?
What is the use of "echo" in php?
How do I escape data before storing it into the database?
What is session_start () in php?