InterviewSolution
Saved Bookmarks
| 1. |
Which two predefined variables are used to retrieve information from forms?(a) $GET & $SET(b) $_GET & $_SET(c) $__GET & $__SET(d) GET & SETThis question was posed to me in an interview for internship.My doubt is from HTML Forms in portion File and Session Handling in PHP of PHP |
|
Answer» Right answer is (b) $_GET & $_SET |
|