I have a client who wants me to build a site using PHP and SQL Server. Problem is I do all my PHP development in OS X running Apache. I have one machine running Windows with an SQL Server production environment but I can't seem to connect via "sqlsrv_connect" because I can't install the drivers for sql server on my Mac
Has anyone found any good work flows for this kind of situation?
------------------- --------------------
| osx | | windows |
| | | |
| | | |
| php | | sql svr |
| apache | | |
| | | |
| | | |
------------------- --------------------
^ ^
|______ select * from database ____|