What's diffrence between Get() and Post() Function
Answer Posted / saurabh kumar
Get shows information travling on the address bar
but post do not shows in this way the post method is more
secure than get. With the help of get method we can send 100
charecter.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Should I learn php before wordpress?
Swap two variables value without using third variable in php ?
How can we upload a file in php?
What is print_r?
Can you explain, when to use if-else if-else over switch statements?
Why laravel is the best php framework in 2019?
How to include a file to a PHP page?
what does this symbol mean in php?
Explain me what are the 3 scope levels available in php and how would you define them?
How many different types of messages available in php?
What is a controller in php?
What is the use of trim function in php?
What does $globals mean?
What is the actually used php version?
What is the function of mysql_real_escape_string in php?