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
Computer Science,
1 month ago
Math,
1 month ago
English,
2 months ago
Psychology,
2 months ago
History,
10 months ago
Math,
10 months ago