
HOW TO: Find PHP Version Of Your Web Server
- Updated On 23/04/2017
- Author : Pradeep Kumar
- Topic : Web Hosting
- Short URL : https://hellboundbloggers.com/?p=22704
CONNECT WITH HBB ON SOCIAL MEDIA
Got a PHP Script that will run only for a specific PHP version? Want to install WordPress on a server, but you are not sure whether it will meet the requirements? Use this simple tip to remove the hassles.
1. Open notepad, copy and paste the following code.
<?
phpinfo();
?>
2. Save the file as checkversion.php (or some name with .php extension).
3. Now upload this file using any FTP Client software (I prefer Filezilla) and you can check other alternatives here.
4. Now open your web browser, and type this URL – http://sitename.com/checkversion.php
You will get a page with all the details regarding your host. From there you can get the PHP version and your server configuration easily.
Want to discuss your queries and interact with experts? You can connect with HellBound Bloggers (HBB) Facebook group for free!
Join HellBound Bloggers (HBB) and get Instant Updates. We'll also notify you with Great Deals, Discounts and other Interesting Tips. We won't SPAM or SHARE your Email Address with anyone.
YOU CAN ALSO SEARCH FOR YOUR DESIRED TOPICS:
Thank you for reading! We welcome and appreciate your comments, but at the same time, make sure you are adding something valuable to this article. If you have any serious queries, suggestions or anything related to this article, feel free to share them, we really appreciate that.
But, if your blog comments are a random "Thank you", "Useful Post", or anything that doesn't actually upscale the article, then we'll be removing them and it won't be appeared below. Thanks for understanding and thanks for connecting with us. If you want to give us any feedback or report any errors, you can kindly contact us and we'll revert back soon.
- Comments
- Facebook Comments
-
Comments
Leave a Reply
4 Comments
Facebook Comments
Satish
it was so simple and straight ๐ Thanks ๐
Jasmine
I know about this since I have been doing some simple programming in PHP. Anyway, I think PHP version info is also displayed somewhere in cPanel, isn't it?
Pradeep Bhandari
Simple but very much useful ๐ thanks for sharing…it gonna try on my host ๐
Rohit Batra
nice trick.. well i already knew my PHP version as had checked out some days back in server settings..