I am trying to connect to an ODBC database that is not Access nor MSSQL. I have the ODBC entry done and have tested the connections within the ODBC manager.
I noticed that a connection within PHP begins with $Link, but I can't seem to find the values for the rest of the statement. for Mysql it goes something like this -- $Link = mysql_connect. I need to figure out what mysql_connect should be replaced with. The only reference that I found was mssql_odbc. I also know that Mysql and ODBC support is built into PHP, so maybe this is easier that I think. Anyone help me? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php