Answer Posted / habib
Actually both method are used to send the form information
but by get method we can send limited data and used in small application while post method is used to send large amount of data and it is more secure than get method because get method show the address in browser
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to execute a php script using command line.
What is associative array in php?
What are php string functions?
What is nan value?
How to count all the lines of code in a directory and sub folder?
Do you know how to delete a file from the system?
What is the main difference between require() and require_once()?
Explain what is the difference between for and foreach?
Tell me which function gives us the number of affected entries by a query?
How php statement is different from php script?
How to access a Static Member of a Class in PHP?
How send email using php?
What is a php form?
What are encryption functions in php?
What is the difference between "echo" and "print" in php?