I am trying to connect a database that is on another server but I can't!
I'm trying the code below but can not get it worked.
$conn = new COM("ADODB.Connection") or die("Cannot start ADO");
$conn->Open("Remote Provider=bla.blablabla.edu; Data Source=name_of_the_database; User ID=blabla; Password=blabla");