Computer Science, asked by GaganTripathi7452, 1 year ago

Which two predefined variables are used to retrieve information from forms?
A.$GET & $SET
B.$_GET & $_SET
C.$__GET & $__SET
D.GET & SET

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option b is the correct answer

Hope it's help u
Answered by qwcricket10
0

$_GET & $_SET are the variables that can be used for accessing information from forms.

  • Collection of questions that needs the answers, is contained in the form.
  • There will be spaces for the user to enter inputs.
  • Whenever a user wants to access the data or information from the form then he may use $_GET and $_SET variables.
  • These are the in-built commands used for the retrieval of data.
  • Option(B) is the answer.
Similar questions