How do you solve this error php is not recognized as an internal or external command operable program or batch file?

PHP is not recognized as an internal or external command

Have you ever faced this type of error while running PHP command from command prompt? Some PHP files like cron job and socket server, we need to run them from command prompt. Normally this type of error only produce when we use php command in command prompt without setting up PHP path in system environment variable. Thus, it will throw error like PHP is not recognized as an internal or external command. So in this post, i will show you how to setup PHP path in system environment variable and get rid of this error.

PHP is not recognized as an internal or external command error in windows command prompt.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Before continue, I assume that you have already installed PHP in your windows system. If you haven’t then you can checkout our tutorial on how to install PHP in windows using XAMPP.

Now first of all find out PHP path from your system. For XAMPP server, your installed PHP path is (Drive Name):/xampp/php [Drive name should be your xampp installed drive]. If you have installed other PHP environment like WAMP or LAMP then, please check PHP path on google for them.

I have installed XAMPP in E: drive. So my PHP path is E:\xampp\php.

Now open control panel and search for “System” and click on it.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Now click on “Advanced System Settings“.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Now click on “Environment Variables“.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Now select Path in system variables section and click on Edit button.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Now add PHP path (E:\xampp\php) after (;) semicolon at last as shown below image and click Ok.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Now lets check if error is fixed or not. If you have already opened command prompt, please close and reopen it. Otherwise changes will not reflect on it. Set XAMPP path (E:/xampp) in it.

Now run php -v command to check php version. If everything works fine than you will see version of PHP.

How do you solve this error php is not recognized as an internal or external command operable program or batch file?

Congratulation you have done it.

I hope that this tutorial helps you. If you have any query regarding this tutorial then please share with me in the comments. I will help you to short it out. Thank you for reading this article.

How do you fix PHP is not recognized as an internal or external command?

If you are getting “php is not recognized as an internal or external command” from your Microsoft Windows Command Prompt on Windows 7, Windows 8, and Windows 10. Then you need to add php folder location path to the system environment variables.

Why PHP is not recognized as an internal or external command operable program or batch file?

This is because of the environment path for the ph p.exe file is not exist. To make it work you need to set the environment path into the system setting.

How do you fix is not recognized as an internal or external command?

You can resolve this issue in three ways: First, use the full path of the executable file to launch the program. Second, add the program path to Windows environment variables. Finally, move the files to the System32 folder.

How do you fix Java is not recognized as an internal or external command?

Here are the three easiest ways to fix Java's “not recognized as an internal or external command” error: Install or reinstall Java and the JDK on your computer. Add Java's bin directory to the computer's PATH. Restart the command prompt, terminal window or PowerShell.