[PHP] Geting PHP Version

2002-07-10 Thread Skyhawk

Please,

How do I make to get version information of MySql in runtime ?
I would like to show the version of MySql in my website. For example:

Version PHP : ? echo phpversion(); ?
Version MySql : ??

Thanks

Skyhawk



Re: [PHP] Geting PHP Version

2002-07-10 Thread René Moonen

run this MySQL query

SELECT VERSION();

René


Skyhawk wrote:

Please,

How do I make to get version information of MySql in runtime ?
I would like to show the version of MySql in my website. For example:

Version PHP : ? echo phpversion(); ?
Version MySql : ??

Thanks

Skyhawk

  




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php