
April 3rd, 2004, 11:31 AM
|
|
|
Why, oh why or die("could not connect")
hi,
I am trying to work with php and MS SQL
$connection = mssql_connect("localhost","sa","password");
$db = mssql_select_db("tz_base2", $connection) or die("Couldn't select database tz_base2.");
When i enter de lines above, i get the error message mssql_connect not recognized.
Do i have an odbc problem or what is the ...
|