Click to See Complete Forum and Search --> : WIN2K + IIS + PHP


Anon
02-06-2001, 08:26 AM
I really hope someone can help me here...

Ok I downloaded the php404pl1-installer.exe and it configured my IIS server correctly...

By correctly I mean it works fine w/php files UNLESS im trying to connect to my Microsoft SQL server 7.0.....

all I have is....

<?php

MSSQL_CONNECT('localhost');

?>

im just trying to see if I can connect.. but I get... "Fatal error: Call to undefined function: mssql_connect() in c:\inetpub\wwwroot\test.php on line 4"

anyone have any ideas of what's going on...?

Anon
02-07-2001, 11:19 PM
This looks like it means that support for MS SQL wasn't build into the version of php you are using, this would explain why it isn't a defined function. I highly suggest looking at the version supplied from php4win.de as it comes with all commonly used modules ready to go :)