182955/find-php-version-on-windows-command-line
Type this in the command prompt:
set PATH=%PATH%;C:\path\to\php
Where C:\path\to\php is the folder where your php.exe file is located. After that run:
C:\>php -v
It will display:
PHP 7.3.6 (cli) (built: May 29 2019 12:11:00)
I hope this helps you.
Hello @kartik, You can get a full phpinfo() using : php ...READ MORE
Hello @kartik, Try using batch file Open notepad type php -S ...READ MORE
Hello @viven , This should be a simple fix ...READ MORE
Hello @kartik, To install SOAP in PHP-7 run ...READ MORE
Hello @ Regina, First checks whether a variable is ...READ MORE
Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE
For anyone coming here from Google who ...READ MORE
Can someone please share with me any ...READ MORE
I want to create a PDF file ...READ MORE
I ran this command in Laravel 5.2 but ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.