21
rated 0 times
[
21]
[
0]
/ answers: 1 / hits: 188409
/ 2 Years ago, mon, january 17, 2022, 8:33:47
I am using xampp on my Ubuntu OS. And I need to know what version of PHP my xampp is using.
How do I do that?
More From » php
I am using xampp on my Ubuntu OS. And I need to know what version of PHP my xampp is using.
How do I do that?
Put this in your root directory:
<?php
phpinfo();
?>
Save it as phpinfo.php
and point your browser to it (this could be http://localhost/phpinfo.php)