Help with extension_loaded() please
Posted: Sat Sep 23, 2006 10:08 am
Hi all,
I want to use extension_loaded() to check my users' choice of DB server before I try and initiate a connection with ADODB. I am providing the following options for DB server:
mssql
mysql
oracle 8/9
postgres
I'd like to know the string for each of these to pass to the function (I'm guessing 'mysql' is correct, but for the others? I'm a bit concerned about the case-sensitivity of the function too), and also if this is a 100% solid check that the extension is loaded and supported by the PHP installation.
Thanks
I want to use extension_loaded() to check my users' choice of DB server before I try and initiate a connection with ADODB. I am providing the following options for DB server:
mssql
mysql
oracle 8/9
postgres
I'd like to know the string for each of these to pass to the function (I'm guessing 'mysql' is correct, but for the others? I'm a bit concerned about the case-sensitivity of the function too), and also if this is a 100% solid check that the extension is loaded and supported by the PHP installation.
Thanks