Server variables in PHP
Just found this great article for PHP beginners. In server variables you could find very useful information about server variables like script path, execution time and much more.
You guys must have know about server variables in PHP. Server Variables are those variables which are inside the super global array named $_SERVER available in PHP. There are many server variables in PHP and some of them are very useful for fore developing PHP projects. I’m going to post here some of the very useful server variables available in PHP development.
Author describes 8 most useful variables.