That's it . Thank you very much !

-----Oorspronkelijk bericht-----
Van: Adam Voigt [mailto:[EMAIL PROTECTED]
Verzonden: Tuesday, June 17, 2003 5:10 PM
Aan: Wim Paulussen
CC: [EMAIL PROTECTED]
Onderwerp: Re: [PHP] MSSQL connection


You need to turn on the MSSQL extension in your php.ini,
under Windows this file is probably in:

c:\winnt\php.ini



On Tue, 2003-06-17 at 11:01, Wim Paulussen wrote:
> LS,
>
> I am trying to get a connection to a remote MSSQL server.
> This is what I found in the online manual :
> <quote>
> mssql_connect() establishes a connection to a MS SQL server. The
servername
> argument has to be a valid servername that is defined in the 'interfaces'
> file.
> </quote>
> This is the command given :
> <quote>
> $test = mssql_connect("SQL-001","whoever","whatever");
> </quote>
> This is the output of the code snippet
> <quote>
> Fatal error: Call to undefined function: mssql_connect() in c:\program
> files\apache\htdocs\pestest\axtest.php on line 5
> </quote>
>
> The error message seems to be out of line with the manual . I was
wondering
> whether this is related to the definition in the 'interfaces' file
(whatever
> that may be).
>
> All help  highly appreciated.
>
> Wim
--
Adam Voigt ([EMAIL PROTECTED])
Linux/Unix Network Administrator
The Cryptocomm Group


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to