Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to Install PHP on Windows 10 ?

In this blog I am going to show you how to Install PHP 7 in Windows 10:
so, First thing you need to go show be in below
https://windows.php.net/download

Click on the Download link after that extract zip file in file explorer (Drive C) and create any file (PHP7).

Before copy this file “php-Copy.ini-development” and convert rename to “php.ini” after that open this file in the editor and find “extension_dir” and delete before; of a word like that (extension_dir = “ext”). So, when you download the original file line have ; just like that you can delete (uncomment) as.
you can also scroll down and you preferred like this img and uncomment this line and save this file

Go to control panel and type “variable” and you will this right system variable and open window on the popup and click on “environmental Variables” and scroll down and you will see “Path” and click on “edit” and “new” add path like that “C:\PHP7” exactly like created file in “C drive” after that click “ok

Complete this process and “restart system” and open “Command Prompt” to check php version type “php -v

You should something like this. It means you installed php correctly.