Hey Guys .. So i am using IIS 7.5 for Web Server .. and i have tried using php versions 5.5 , 5.4 , 5.3 , Later i understood that it does not support mssql connection to the DB .. it Requires SQLSERVER (Some dlls you enable its extensions in the php.ini) .. i have tried every possibility but the mssql connection did not work out
PHP Fatal error: Call to undefined function mssql_connect() in C:\inetpub\wwwroot\secure\config.php on line 43
i have tested php5.2 .. it contains the required mssql connection .. Replaced the ntwdblib.dll .. enabled the extension in the php.ini .. Created the ODBC .tested for odbc connection works .. but the mssql connection did not seem to work as well !
at the end , i installed Appserver ( it uses php6.0 which supports mssql connection) .. the mssql connected worked so good on the local host But it did not work on my browser ( like when you browser the VPS ip to see the webserver )
-----------------------------------------------------------------------------------------------
if any one can help with any thing that may make it work .. i will be grateful .. Thanks


Reply With Quote

