Posted by J.O. Aho on 06/03/05 06:32
Shabam wrote:
> Is it possible to integrate a PHP script running on Linux+Apache to hook up
> to a MS SQL server running Windows 2003 Server (hosting a Dotnet
> application)? I already have a Dotnet application running on the MS
> platform and would like to integrate a
> PHP+MySQL script into it. Obviously the database code will need to be
> modified with MS SQL syntax if it's possible.
Yes, it's possible, build the PHP with mssql support and then connect to the
ms sql server in a quite simmilare method as you would connect to a mysql
server, but eith the ms sql specific functions in PHP.
//Aho
[Back to original message]
|