not connetct DB

02/23/2012 11:40 Frichx#1
Hi i have problem:

Code:
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\processor.php on line 21
host, user, password is okey!

Where problems?

My Enghlish bad =(:rtfm:
02/23/2012 11:45 Cr4nkSt4r#2
Test if function exists with:

if (function_exists('mssql_connect')) echo "TRUE";
else echo "FALSE<br />" . php_info();

Then look if the result of php_info() will show you that the extension is successful loaded.

If the extension is not loaded (not loaded by default), then put the mysql.dll in your system32 folder (sometimes, few more .dll files) and remove the ";" before the mysql.dll extension in your php.ini


~ regards
02/23/2012 11:55 Frichx#3
Will you help me through teamviewer 7?
02/23/2012 11:58 Cr4nkSt4r#4
Sure, i have time ;)

PM \me


~ regards
02/27/2012 09:02 Cr4nkSt4r#5
Problem solved?
'cause you didn't answer via PM.


~ regards