what is the difference between GET and POST?
Answers were Sorted based on User's Feedback
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 |
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
Can I write php code in html file?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
How can I find my php version?
List out different arguments in PHP header function?
How can use sys time in loop?
What is $globals php?
Tell me how to create a text file in php?
What is mysqli_query?
What's the diff. between include() and Include_once().
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?
Can I use php in html?