D
dtsjr
Guest
I'm working on a PHP page that should create several connections to different databases on the same SQL server using an ODBC connection. Rather than creating a DSN connection to each database in Windows, I would like to do this in the PHP code itself. I've seen this done on an ASP page, but I haven't seen how to do it in PHP. Thanks.