Answers for "How to know the version of PHP is used on xampp"

PHP
1

how to get php version in xampp

Open command prompt
Locate directory using cd C:/Xampp/php
Type command php -v
You will get your php version details
Posted by: Guest on December-26-2020

Code answers related to "How to know the version of PHP is used on xampp"

Browse Popular Code Answers by Language