name any two variables of$_server array
Answers
Answered by
2
Answer:
The $_SERVER["PHP_SELF"] is a super global variable that returns the filename of the currently executing script. So, the $_SERVER["PHP_SELF"] sends the submitted form data to the page itself, instead of jumping to a different page. This way, the user will get error messages on the same page as the form.
Answered by
0
Answer:
The $_SERVER["PHP_SELF"] is a super global variable that returns the filename of the currently executing script. So, the $_SERVER["PHP_SELF"] sends the submitted form data to the page itself, instead of jumping to a different page. This way, the user will get error messages on the same page as the form.
Explanation:
Similar questions
Math,
12 days ago
English,
12 days ago
Computer Science,
12 days ago
English,
24 days ago
Psychology,
24 days ago
History,
8 months ago
Math,
8 months ago