PHP Installation – How to Install PHP Server in your Local Computer

PHP Installation – How to Install PHP Server in your Local Computer

In this tutorial, we will discuss, How to Install PHP Server on your Local Computer.

Website Backend Development with PHP MySQL– PHP Installing Xampp Server in Hindi / Urdu

How PHP Works:

The PHP software works with the webserver, which is the software that delivers web pages to the world. When you type a URL into your web browser’s address bar, you’re sending a message to the webserver at that URL, asking it to send you an HTML file. The web server responds by sending the requested file. Your browser reads the HTML file and displays the web page.

Installation:

Before getting started with the PHP language, you must first acquire, install, and configure the PHP interpreter. PHP is available for a wide range of platforms and works in conjunction with many servers.

How to Install PHP Server in your Local Computer Step by Step

Platforms:

PHP is truly cross-platform. It runs on the Windows operating system, most versions of UNIX including Linux, and even the Macintosh. Support is provided for a range of Web servers including Apache (itself open source and cross-platform), Microsoft Internet Information Server, WebSite Pro, the iPlanet Web Server, and Microsoft’s Personal Web Server.

PHP Servers (Packages)

There are some excellent all-in-one Windows distributions that contain Apache, PHP, MySQL, and other applications in a single installation file, e.g. XAMPP (including a Mac version), WampServer, and Web.Developer.

Databases:

PHP is designed to integrate easily with databases. This feature is one of the factors that make the language such a good choice for building sophisticated Web applications. Many databases are directly supported, including Adabas D, InterBase, Solid, dBASE, mSQL, Sybase, Empress, MySQL, Velocis, FilePro, Oracle, UNIX dbm, Informix, and PostgreSQL. PHP also supports ODBC.

WAMP Server

A windows web development environment.

Wamp Server is a Windows web development environment. It allows you to create web applications with Apache2, PHP, and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.

Wamp Server
http://www.wampserver.com

XAMPP Server

is the most popular PHP development environment

XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.

www.apachefriends.org

Install PHP in Local Computer

Installing PHP on your development PC allows you to safely create and test a web application without affecting the data or systems on your live website.

Step 01:  Download the latest XAMPP Server Package for Windows Operating System.

Step 02:  Run the XAMPP Server setup file.

After complete installation following the steps:

Congrats on your XAMPP Server Start, Open your browser and type “localhost” in the address bar show then show this website.

localhost

Thank you for visiting our blog and what is localhost and the First PHP code discussed next blog.

About Post Author

Leave a Reply

Your email address will not be published. Required fields are marked *