what is the difference between GET and POST?
Answer Posted / rahul kumar
GET->In Get() transfer only 256 char.and it's not secure and the information will appear in the browser.GET() will not using login time.
POST->In POST transer unlimited data and it's is sucure and the information will not appear in the browser
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the name of scripting engine in php?
What is mysql_fetch_object?
what is PDO?
Is not null in php?
How is session id stored in browser?
What is "echo" in php?
What is mysqli_real_escape_string?
What is factory pattern in php?
How to change the principal password?
What is the meaning of xdebug?
Who created numbers?
What are the main error types in php?
What is self in php?
What are the options to transfer session ids?
What are string functions?