Is there anyone who has developed a web interface in php to access the database?
I'm trying to log in like this:
$ serverName = "svr.domain \ SQLEXPRESS";
$ connOptions = array ("UID" => "XXX", "PWD" => "XXX", "Database" => "lansweeperdb");
$ conn = sqlsrv_connect ($ serverName, $ connOptions);
but I always get this error:
[HTTP / 1.0 500 Internal Server Error 21ms]