ID: 18188
Comment by: poofanda at yahoo dot com
Reported By: duarelulu at yahoo dot com
Status: No Feedback
Bug Type: MSSQL related
Operating System: Linux Red Hat 7.2
PHP Version: 4.2.1
New Comment:
when i use mssql_connect i get an "Fatal error: Call to undefined
function: mssql_connect() in C:\web\www\t.php on line 2" error message
on the web page!!...
what's the problem?
Previous Comments:
------------------------------------------------------------------------
[2002-09-11 11:33:25] [EMAIL PROTECTED]
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
------------------------------------------------------------------------
[2002-07-05 15:57:57] [EMAIL PROTECTED]
Define 'not working'. you get an error message? what kind of error
message?
-Tal
------------------------------------------------------------------------
[2002-07-05 13:31:25] duarelulu at yahoo dot com
$hostname = "1.1.1.1";
$username = "user";
$password = "pass";
$dbName = "db";
$conexion = mssql_connect($hostname,$username,$password) or die ("No
connection");
'./configure' '--with-apache=../apache_1.3.24' '--with-mysql'
'--enable-dbx'
'--with-mhash' '--with-gd'
'--with-jpeg-dir'
'--enable-debug'
'--enable-track-vars'
'--with-sybase=/usr/local/freetds'
Using Windows 2000 and MS SQL 2000 for the database.
This example was working with php 4.1.x
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=18188&edit=1