DEVELOPING WEB APPLICATIONS USING PHP
The first Step is to download WampServer to your computer
Use the following URL for this purpose.
VISIT TO DOWNLOAD WAMP SERVER
Download the file and save in your directory.
Install WampServer in your computer.
In C:\directory a folder named as wamp will be created.
In side this directory a folder named as www will also be created.
This is the folder in which necessary files will be stored with an extension of .php which will be used for applications.
For example index.php file will be available in this folder.
Create the file named as hello.php:
VIEW SOURCE
Save the file in C:\wamp\www\ directory.
Go to Internet Explorer and type the following URL.
'http://localhost/hello.php
INDUSTRIAL AUTOMATION
TRY
You will see the result of your first example as follows:.
Hello World