[HELP] MSSQL conect on PHP

07/26/2015 12:34 nemox18#1
Hello,
I'm trying to use IIS but I could not configure the PHP (i have the 5.6 version) to connect with MSSQL commands (mssql_connect). I try fix it, but i cant.

I read, and it need the mssql drive, but i dont know.

Thanks
07/27/2015 15:55 {Skrillex}#2
Use PHP 5.2. Everything over PHP 5.2 Donīt work.

Regards.
07/27/2015 18:25 beetols#3
Quote:
Originally Posted by nemox18 View Post
Hello,
I'm trying to use IIS but I could not configure the PHP (i have the 5.6 version) to connect with MSSQL commands (mssql_connect). I try fix it, but i cant.

I read, and it need the mssql drive, but i dont know.

Thanks
add your php versions using [Only registered and activated users can see links. Click Here To Register...]

I tried only for php version 5.3 and 5.4 but it should install the driver and autoconfigure your php version in handler mapping.. you can use this guide for check other details [Only registered and activated users can see links. Click Here To Register...]
07/29/2015 22:19 Blober#4
Quote:
mssql_connect
Doesn't exist anymore in php 5.5+

Insteed use ODBC connection. You can get an example in all abrasive script.

[Only registered and activated users can see links. Click Here To Register...]
07/30/2015 21:17 nemox18#5
Quote:
Originally Posted by .:Skrillex:. View Post
Use PHP 5.2. Everything over PHP 5.2 Donīt work.

Regards.
It's true, i download the PHP v5.2.3 and fix it.

Many MANY thanks