I'm trying to connect to microsoft sql express using php in my local machine ubuntu, the databse is in the server cloud, but I got this error :
A PHP Error was encountered
Severity: Error
Message: Call to undefined function sqlsrv_connect()
Filename: sqlsrv/sqlsrv_driver.php
Line Number: 144
Backtrace:
I'm using codeigniter framework, I've tried to search the solution but its not working for me on ubuntu, and only finding the solution for windows,
Is it possible to resolve this problem on my ubuntu 14.04, instead of switching Operating System?
NOTE : I'm using LAMP (XAMPP) in my local environment.