Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 188498  / 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

 Answers
5

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)




  • More information (you can get much more information than just the version).

  • Example (random image):



Screenshot of phpinfo() output


[#26451] Tuesday, January 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fieldcheon

Total Points: 24
Total Questions: 105
Total Answers: 109

Location: Western Sahara
Member since Tue, Feb 16, 2021
3 Years ago
fieldcheon questions
Fri, Apr 1, 22, 05:58, 2 Years ago
Wed, Feb 2, 22, 03:31, 2 Years ago
Sat, Aug 14, 21, 01:24, 3 Years ago
;