I have the following PHP, I'm using WAMP, and as in the image below, the dll's are active:
<?php$server="dblinx";
$connection = array("Database"=>"Linx", "UID"=>"root","PWD"=>"root");
$conn = sqlsrv_connect($server, $connection);...
asked by
19.07.2018 / 20:01