Enabling php mssql driver on shared hosting
I am a customer of a shared *launch* hosting plan and I would like to ask how can I enable database connection to a remote Microsoft SQL Server through php. It seems that the mssql php extension is not enabled by default.
Editing the php.ini file and uncommenting the line:
extension=php_mssql.dll
didn't work either and I suppose this makes sense, since the hosting is running on linux.
Do inmotionhosting servers have freeTDS running, which is required for using mssql, or any other tips on how to make ms sql server connection work through php?
Editing the php.ini file and uncommenting the line:
extension=php_mssql.dll
didn't work either and I suppose this makes sense, since the hosting is running on linux.
Do inmotionhosting servers have freeTDS running, which is required for using mssql, or any other tips on how to make ms sql server connection work through php?