How to set up a php environment under windows

藏色散人
Release: 2023-03-03 16:24:02
Original
3253 people have browsed it

How to build a php environment under windows: first download and install ".NET Framework"; then download and install "Visual C Redistributable"; then download and install "WAMP Server"; and finally restart all services.

How to set up a php environment under windows

Recommended: "PHP Video Tutorial"

##Environment: windows server 2008

1. Download and install .NET Framework

My version is 4.6.1

2. Download and install Visual C Redistributable

After downloading: vc_redist.x64.exe, double-click to install.

How to set up a php environment under windows

3. Download and install WAMP Server (Windows-Apache-MySQL-Php)

The downloaded version is: WAMP3.0, double-click to install.

How to set up a php environment under windowsAfter the installation is complete, restart all services:

How to set up a php environment under windowsTest: Visit http://localhost in the browser to view the WAMP Server welcome page

Note: The above steps should be followed, otherwise errors will occur.

The above is the detailed content of How to set up a php environment under windows. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!