Check Your PHP Version Using phpinfo()

by on January 21, 2013· last updated at January 21, 2013

Fig.01: What version of PHP am I running on my Unix / Linux / Windows server?

Create a php page as follows:

 
<?php
 phpinfo();
?>
 
Read answer to: "Find Out PHP Version installed On Unix / Linux Server"

Comments on this FAQ are closed. If you'd like to continue the discussion on this topic, you can do so at our forum.