Easy PHP-Setup(Dev Server 14 PDF

Title Easy PHP-Setup(Dev Server 14
Author Nishit Patel
Course Web Programming
Institution Algonquin College
Pages 5
File Size 337 KB
File Type PDF
Total Downloads 36
Total Views 157

Summary

Steps to setup PHP...


Description

Instructions for displaying PHP file on your local machine using EasyPHP (DevServer 14.1 VC9):

1. Navigate to the following web address: http://www.easyphp.org/ 2. Download ‘DevServer 14.1 VC9’ and install it on your machine (Laptop/Desktop). 3. Place the sample php file (e.g. HelloWorld.php) inside ‘local web’ directory under the installation directory of EasyPHP. For example, installation directory of EasyPHP on my local machine is: C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9 Accordingly, the location of PHP files should be as follows: C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb

4. Start EasyPHP by clicking the ‘EasyPHP Devserver’ icon (

) on the desktop of your machine.

5. Locate the EasyPHP icon (

) on the bottom right corner of your desktop.

6. Click the right button of your mouse on 7. Click on ‘Local Web’ as follows.

icon.

8. Now you can view all the PHP files that you placed inside your local web directory (For example, C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb)

9. Click the sample php file (HelloWorld.php) to view it on your browser.

Clarification:

The original location of HelloWorld.php file in my computer is C:\Program Files (x86)\EasyPHPDevServer-14.1VC9\data\localweb which is displayed as follows in Windows Explorer:

The URL of HelloWorld.php in local web server is http://127.0.0.1/HelloWorld.php which is displayed as follows in any browser (Internet Explorer/Firefox):...


Similar Free PDFs