HI!

I am switching from MYSQL to MsSql.

While I tried making a conection like donw below...I
get the following error:

<?php

$connect=mssql_connect("10.0.0.1","sa","");

if($connect)
{
echo"Success";
}
else
{
echo"Failure u Loser";
}


?>



Fatal error: Call to unsupported or undefined function
mssql_connect() in C:\HTTPD\HTDOCS\mssql.php3 on line
3

I have uncommented the ; in the php3.ini file.

I am using Windows 98 and Omnichttpd 2.0 Server.

Please help me out.

Thanx a liot!
Dhaval Desai







__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General 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