vote up 0 vote down star

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?

flag

80% accept rate

1 Answer

vote up 1 vote down check

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.

link|flag
Thank you, that second link was the winner! – weotch Sep 9 at 17:45
No problem, happy coding :D – Anders Sep 10 at 16:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.