We currently have a hybrid ASP / PHP installation that connects to the SQL Server 2005 database. But all the work with queries is done on the client side, I would like to move some of this to PHP.
What driver and / or connection string are required to connect to Sql Svr and what is the syntax for use in PHP?
Update: OK, so I definitely tried to avoid using any actions with copying DLLs, etc. I will review SQL2K5PHP (thanks Vincent). @jcarrascal for clarity, the "client side". I mean, our application is an internal web application that runs as an HTA , with all requests made using javascript calls in ASP, which actually sends the database request.
source
share