Installing PHP and MYSQL

Install PHP and MYSQL in Windows

Required :

PHP 5.6 ,MYSQL,APACHE Server

Easy way to access all these three we should download and install  XAMPP or WAMPP softwares 

XAMPP: Supports all OS (UNIX,LINUX,WINDOWS,MAC OS X).Xampp is aopen source so that we can download free and use .It is easy to use.

XAMPP refers to
X-X refers to cross platform,hence it supports all operating systems
A-Apache
M-MARIA DB(Formerly MYSQL)
P-PHP
P-PERL
To download XAMPP click here


Folder to run php:
/xampp/htdocs/projectfolder/filename.php




WAMPP: Supports only Windows Operating System and is a open source.
It is free to download and easy to use

W-Windows
A-Apache
M-MYSQL
P-PHP
P-PERL
To download WAMPP clickhere


Next Chapter: PHP 5 Syntax
x

Comments

Popular Posts

Basic Introduction to PHP

PHP 5 Syntax

What is PHP and Evolution of PHP?