Edit httpd.conf and add following settings.
LoadModule php4_module "C:/php/sapi/php4apache2.dll"
AddOutputFilter PHP .php
AddInputFilter PHP .php
AddType text/html .php
AddType application/x-httpd-php .php
toby z <[EMAIL PROTECTED]>
09/23/2003 03:19 PM
To: php hlp list <[E
Copy All dlls in DLL folder into WinNT or WinNT/System32.
C-omputerSolutions Webmaster <[EMAIL PROTECTED]>
09/23/2003 11:04 AM
To: "Mike Brum" <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject:RE: [PHP-WIN] upgrade imap dll problem
all the dlls
I'm using IIS5.0 on W2k. I have upgraded w2k to sp4 and ms sql server to
sp3. I created a new table and just do a simple query in php program. But
it seems sql server doesn't return any query result. I'm using
mssql_fetch_array() function, but no any return. PHP program is just
pending there. I