Posts Tagged ‘Mysql’
How to know Mysql Version Using PHP
Thursday, April 8, 2010 2:11 1 CommentHow to know Mysql Version Using PHP ?.
We can know the mysql version in the phpinfo. But if we want to display the mysql version in any web page dynamically, how we are you going to deal with that ?.
A little bit logic and a liitle bit manipulation on the phpinfo information we can achieve [...]