[PHP-DB] mssql_connect() function not found when I load the page...

2001-06-20 Thread lwneo

Hi,
I am running PHP with apache as server at Windows 98 platform. When I open a
page I write that will connect to Microsoft SQL Server 7.0 in my intranet, I
get the error :

mssql_connect( ) function not found.

Could someone tell me how to solve this problem?
Thanks.

lwneo.




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] mssql_connect() function not found when I load the page...

2001-06-20 Thread Craig Vincent

snip
mssql_connect( ) function not found.

Could someone tell me how to solve this problem?
/snip

You need to recompile PHP to include MSSQL support

Sincerely,

Craig Vincent

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




AW: [PHP-DB] mssql_connect() function not found when I load the page...

2001-06-20 Thread Stefan Siefert

You need to uncomment the mssql.dll (or  something called like this) in your
php.ini (In the section Windows DLL's).

Greetings,

Stefan

-Ursprüngliche Nachricht-
Von: lwneo [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 20. Juni 2001 06:21
An: [EMAIL PROTECTED]
Betreff: [PHP-DB] mssql_connect() function not found when I load the
page...


Hi,
I am running PHP with apache as server at Windows 98 platform. When I open a
page I write that will connect to Microsoft SQL Server 7.0 in my intranet, I
get the error :

mssql_connect( ) function not found.

Could someone tell me how to solve this problem?
Thanks.

lwneo.




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]