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 are php libraries?
How can I learn php fast?
Explain the changes in php versions?
What does a dependant variable mean?
How to execute a function in php?
How can we display information of a variable and readable by human with php?
How to open a file in php?
How can you retrieve data from the mysql database using php?
Do you know how to delete a file from the system?
What is user defined function in php?
What are the benefits of using queries?
How does the identity operator ===compare two values in PHP?
How to check your php installation?
What is the php function that removes the last element of the array and returns it?
How can we calculate the similarity between two strings?