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
Related Posts:
- Host a Web Site on your own PC easily or test your scripts, with Abyss Web Server
- Learn PHP reading and searching a free PHP Reference book
- Edit PHP, HTML, CSS, JS, with Codelobster PHP Edition
- Identify your hardware instantly, even software details, with portable PC Audit
- ATI AMD driver install package Windows Version or Hardware Identifier problem
- Identify in Task Manager processes with the same name
- Download Winamp, last Windows version of the famous media player
- Identify unknown music tracks even adding automatically tags, with MusicBrainz Picard
- Fix Firefox, even Tor version, if it is unable to open magnet links
- Build web site menus automatically and easily with CSS Menu Generator
- QuickPHP lightweight standalone PHP web server to test and debug scripts
- Test Wordpress, PHP, MYSQL and more on a Windows machine, with MS Web Platform Installer
Tags: php detectphp findPhp VersionSite Php