Re: undefined function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Miguel Guirao wrote:

I'm receiving this error:

Fatal error: Call to undefined function: mssql_connect() in e:\inetpub\wwwroot\sitio\TMP5w3gxy2pnf.php on line 9

This is line 9:    if (!( $con = mssql_connect($maquina, $usuario,
$password)))

$maquina = "SERVIDOR";
$usuario = "sa";
$password = "";
$BDnombre = "ProyectoRMA";
So, basically, any ideas of the source of this error?



Probably the mssql extension isn't loaded. Open the php.ini file and see that the line reading "extension=php_mssql.dll" isn't commented out. Things should go back to normal.


Bruno Ferreira

---
[This E-mail scanned for viruses by Declude Virus]

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux