Answers for "php versions in xampp"

PHP
1

xampp check php version

1- Create a php file phpinfo.php (C:\xampp\htdocs\phpinfo.php)
2- Write following code:
   <?php phpinfo(); ?>
3- Open http://localhost/phpinfo.php
Posted by: Guest on January-23-2022
11

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

Browse Popular Code Answers by Language