Identify the PHP version of your web site easily
by
TheFreeWindows
·
July 22, 2020
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
- Build web site menus automatically and easily with CSS Menu Generator
- Identify your hardware instantly, even software details, with portable PC Audit
- Identify musical notes with Perfect Pitch Trainer
- ATI AMD driver install package Windows Version or Hardware Identifier problem
- Identify in Task Manager processes with the same name
- Download Winamp 5.8 3653 beta, newest 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
- QuickPHP lightweight standalone PHP web server to test and debug scripts
Tags: php detectphp findPhp VersionSite Php