I am trying to connect MSSQL to PHP. i am following this tutorial. Anyway after i added the dll files as described in that tutorial, i get the following warning. How can i s
Looks like you've tried to install the sqlsrv extension for php 5.3 on a php 5.2 system.
Either run and look for the php version and look for the following entries:
pick the appropriate .dll from the sqlsrv driver: the version number must match and if thread safety is enabled pick the ts version, if not pick the nts version.