InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following should not be used while sending passwords or other sensitive information?(a) GET(b) POST(c) REQUEST(d) NEXTThe question was asked in exam.The question is from HTML Forms topic in section File and Session Handling in PHP of PHP |
|
Answer» The correct choice is (a) GET |
|