RE: PHP can not open SQLSERVER by timcof
timcof
Mon Nov 10 04:24:37 CST 2003
First, PHP is not the only solution with integrating with SQL. There is ASP, ASP.NET, and I am sure others as well. You might try a PHP group for assistance.
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
This posting is provided ?AS IS? with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| Thread-Topic: PHP can not open SQLSERVER
| thread-index: AcOXkbnp340vpzRbRMusxeTtnkS0tQ==
| X-Tomcat-NG: microsoft.public.inetserver.iis
| From: =?Utf-8?B?Y2FsbSB3b25n?= <anonymous@discussions.microsoft.com>
| Subject: PHP can not open SQLSERVER
| Date: Mon, 20 Oct 2003 22:11:04 -0700
| Lines: 5
| Message-ID: <23A3D445-874C-4B0A-84FC-4208438E66B7@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: TK2MSFTCMTY1 10.40.1.180
| Path: cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:280495
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I want to develope a site.
It is using a SqlServer Database.So I must use PHP with IIS. So,I use IIS6.0 and PHP 4.3.2
But I can not make it run with PHP.EXE in IIS .So I use php4isapi.dll to run PHP scripts.
But,When I want to connect SqlServer Database with dl('php_mssql.dll'),It syas:"Not supported in multithreaded Web servers".How can i use dl() ?
|