SQL PHP HTML ASP JavaScript articles and free scripts to download
 
 

Getting the version of php running

Many time we will be interested in knowing what is the version of php running at our server. This information is available in php info file. But we can't use the value of php version by taking it from php info , so we will be using a constant PHP_VERSION to know the details about php running at the server.

<?
echo PHP_VERSION;
?>



How to know MySQL Version?

Read how to check mysql support in php by using phpinfo

Read how to check MSSQL support in php by using phpinfo

Read how to check GD Support in php by using phpinfo

Discuss this tutorial at forum


 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
PHP Tutorial Index
Popular Tutorials
Drop down list
File Upload
Signup script
Member Login
Line Graph
PHP MySQL Paging
PHP Calendar
PHP Tutorials
Date & Time
Array
String Functions
Math Functions
Form Handling
File Handling
Comment Posting
Content Management
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.