Program to print server information using PHP.
Using $_SERVER variable
<?php
echo $_SERVER['PHP_SELF'];
?>- Fork on download in a zip file and extract in your local machine.
- Copy this folder into C:/wamp64/www/
- Start apache server using WAMP or XAMPP.
- Open browser of your choice and enter localhost/Program-1
