mysql version
Hi
If i want to create installation script by php & want to know the version of mysql befor the installation?
with SQLite we use this part of script
if(function_exists('sqlite_escape_string')) {
print "<td style=\" color: #00ff00; \">Installed, version ".sqlite_libversion();
} else {
print "<td style=\" color: #ff0000; \">No SQLite 2 installed!";
}
|