Search results

  1. N

    Connect to DSN on remote machine with PHP

    Hi I am trying to connect to a Progress database using PHP and ODBC. I have a system DSN set up which I can connect to fine using: $connection = odbc_connect("database_name", "username", "password") or die(odbc_error()); The thing is, I need to connect from another machine. What would the...
Back
Top