views:

354

answers:

1

I need to talk to a remote SQL Server 2000 database. I use MAMP locally and I would like to continue using it. However, I'm lost as to what I need to do to add support for talking to this database from PHP. It looks like either the ODBC or SQL Server functions in PHP will work, but those modules aren't installed by default.

Can someone provide instructions on how to add support for either ODBC or SQL Server in MAMP?

+1  A: 

Check this question out, looks like you need to get a driver for your version of PHP.

Here is another link: Connecting to MS SQL server from PHP using MAMP on OSX.

Anders
Thank you, that second link was the winner!
weotch
No problem, happy coding :D
Anders