Identify the PHP version of your web site easily
by
·
To find the PHP version of your web site you don’t need to contact the support team of your server, even if you don’t have access to the control panel where hosting settings reveal such details.
Just open your Notepad or any simple text (no formatting) editor, and paste the following code:
<?php
phpinfo();
?>
Save the file as info.php and upload it to the root of your web site. Then open it with your web browser by going to YourSite/info.php
Enjoy!

Related:
- Learn PHP reading and searching a free PHP Reference book
- Edit PHP, HTML, CSS, JS, with Codelobster PHP Edition
- ATI AMD driver install package Windows Version or Hardware Identifier problem
- Fix Firefox, even Tor version, if it is unable to open magnet links
- Host a Web Site on your own PC easily or test your scripts, with Abyss Web Server
- Identify in Task Manager processes with the same name
- Test Wordpress, PHP, MYSQL and more on a Windows machine, with MS Web Platform Installer
Comments are closed
Tags: php detectphp findPhp VersionSite Php