PHP Short Notes -Part2
$_SERVER["PHP_SELF"] is a super-global and returns the file name of the currently used file(script).
Why $_SERVER["PHP_SELF"] is used:
due to $_SERVER["PHP_SELF"], you can get an error on the same page you are working from the script running.
How to ...
laiba.hashnode.dev1 min read