Sunday, December 22, 2013

Php Tutorial Part 1 - Run Php Program Locally

In this tutorial guide, We will learn Php step by Step.I hope this tutorial is very helpful to you for learning Php.

The Meaning of Php is HyperText Preprocessor.

Php is server side scripting language that can easily embeded with html.

Most of php syntax like C language.

To write and any php program and check output of written program locally, you have to install wamp or xampp server in your local computer.


First we have to install xampp or wamp server

1> XAMPP Server installation:
    XAMPP IS APACHE FRIEND. xampp is open source project.
   
    First of Download XAMPP server according to tour Operating System like Windows or Linux from http://www.apachefriends.org/en/xampp.html.
and Install It.

    When you are installing xampp you will be asked for path  of Installation.

    After Installing XAMPP, Open XAMPP control Panel and then start Apache and MySql.

    At last, navigate to localhost in webbrowser to ensure correctly install or not.

2> WAMP Server Installation:
    WAMP Server is work only for Windows Operating System.
   
    First Download WAMP Server &Install it.


 WAMP Server Installation Tutorial Video:

WAMP Server Installation Tutorial Video: