Xampp php is not installed. Solution: 1. Find the php file in the XAMPP directory and copy the directory; 2. Set the system variables; 3. Open the command prompt and enter "php -v" to view the PHP version. Information is enough.
The operating environment of this article: windows7 system, XAMPP version 3.2.2, DELL G3 computer
What should I do if xampp php is not installed? ?
Solution to error when testing whether PHP is successfully installed after installing XAMPP
##Step one:
Find the php file in the XAMPP directory and copy the directory (for example, mine is D:\XAMPP\php).
Step 2:
Open this computer - Properties - Advanced system settings - Environment variables - System variables - path, paste the address you just copied at the end of the variable value, pay attention to the semicolon~
Step 3:
win R and enter cmd to open the command prompt, enter php -v in it, press Enter, you will see the php version information, ok, the problem is solved.
In summary: You need to manually add environment variables~
PHP Video Tutorial"
The above is the detailed content of What should I do if xampp php is not installed?. For more information, please follow other related articles on the PHP Chinese website!