As I said in my post of Nov 13
$cnx = odbc_connect("DSNname", "username", "password");
where DSNname is the the name you gave to your ODBC DSN via control panel.
If you have no system.mda file, you only need
$cnx = odbc_connect("DSNname", "", "");
hth