neilfurry Posted November 27, 2012 Share Posted November 27, 2012 Hi, can you help me on how to enable php_mssql.dll in .htaccess. as i dont have access to php.ini on my webhost Thank you Link to comment https://forums.phpfreaks.com/topic/271222-how-to-enable-php_mssqldll-in-htaccess/ Share on other sites More sharing options...
requinix Posted November 27, 2012 Share Posted November 27, 2012 Putting aside the fact that you should probably be using the sqlsrv extension (mssql is deprecated), if you're on a shared server then it's highly unlikely that you'll get the administrator(s) to add an extension for you. But you might as well ask them. Link to comment https://forums.phpfreaks.com/topic/271222-how-to-enable-php_mssqldll-in-htaccess/#findComment-1395403 Share on other sites More sharing options...
PFMaBiSmAd Posted November 27, 2012 Share Posted November 27, 2012 If you are on hosting that has a MS SQL server installed, there probably already is an available php extension (sqlsrv) installed that your web host expects you to use. Link to comment https://forums.phpfreaks.com/topic/271222-how-to-enable-php_mssqldll-in-htaccess/#findComment-1395486 Share on other sites More sharing options...
neilfurry Posted November 27, 2012 Author Share Posted November 27, 2012 is this possible using .htaccess? Link to comment https://forums.phpfreaks.com/topic/271222-how-to-enable-php_mssqldll-in-htaccess/#findComment-1395528 Share on other sites More sharing options...
requinix Posted November 27, 2012 Share Posted November 27, 2012 No. Link to comment https://forums.phpfreaks.com/topic/271222-how-to-enable-php_mssqldll-in-htaccess/#findComment-1395693 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.