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 |
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
How to delete cookie files on your computer?
difference of move(), and copy() function in php?
How to add different images in php program like a job site.......
How to create and destroy cookies in php?
Why is overriding runtime?
How To Get the Uploaded File Information in the Receiving Script?
Write a program using while loop?
Tell me when a conditional statement is ended with an endif?
Write a query to to delete duplicate rows?
Is php faster than javascript?
Can I write php code in html file?