Hello,
I didn't know if this would really be a MySQL issue since I'm looking for a PHP function.
I'm trying to build a self-installation script for a program, I was able to find a function for finding what version of php is currently installed to see if it meets the minimum requirements phpversion(). However, I have not been able to find a similar function that will tell me the same for MySQL (only phpinfo()).
A bunch of Google searches just give back phpinfo();
Thanks guys.