Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Program 1

Program to print server information using PHP.

Using $_SERVER variable

<?php 
    echo $_SERVER['PHP_SELF'];
?>

How to execute?

  1. Fork on download in a zip file and extract in your local machine.
  2. Copy this folder into C:/wamp64/www/
  3. Start apache server using WAMP or XAMPP.
  4. Open browser of your choice and enter localhost/Program-1

Screenshot


1.1

Date: 9/5/2021