Just as there is phpversion() for getting the version of PHP on the server, how do I get the version of MySQL?
Printable View
Just as there is phpversion() for getting the version of PHP on the server, how do I get the version of MySQL?
ja, mysql_get_client_info() function
Cheeky :)
How about the server name and version, i.e. like "Apache 1.3.24 running on turtletips.dns2go.com"?
Yeah thanks Hobo :rolleyes: Was the first thing I looked at...
and yet you didn't find the "mysql_get_client_info()" for the first question... :rolleyes:
I found "$_SERVER['SERVER_SOFTWARE']" within the few minutes from my last post...
Thanks
Sorry for being an arse.