Hi matthew,

you probably don't have the file php_mssql.so in your extension dir, do you?

2 options:
- compile php with mssql support (might be ./configure --with-mssql ...) or
- if you installed from packet (rpm for example) you can install the packet
for mssql (it should be something like php_mssql.version.rpm)

Bruno Gimenes Pereti.

----- Original Message -----
From: "Matt Lemon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 22, 2001 3:08 PM
Subject: [PHP-DB] Ms SQL.


> I'm trying to get my linux server to connect to an MS SQL server via php.
> If I run the same script on my windows laptop there is no problem but on
> the Linux server I get the message :
>
> Fatal error: Call to undefined function: mssql_connect() in
> /var/www/html/stationary/index.php on line 49
>
> I edited /etc/php.ini and uncommented the line that loads the mssql
module,
> it reads :
>
> extension = php_mssql.so
>
> Phpinfo() doesn't say that the SQL support is enabled and I still get the
> error.
>
> Please help !
>
> --
> 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]

Reply via email to