Open In App

How to set PHP development environment in windows ?

What is PHP ? 
PHP (Hypertext PreProcessor) is a general-purpose programming language developed by Rasmus Lerdorf in 1994 for web development. This is one of the most popular programming language for beginners in web development because of its simplicity, large community and accessibility.
Steps to setup PHP environment on a local machine: There are basically two ways to set up PHP on a local machine which are: 
 

We are going to cover an easy and almost error-free method to install PHP on a local machine which is by using all in one package called XAMPP.
Steps to Installing XAMPP: 
 








<?php
    echo phpinfo();
?>

 

Article Tags :