Access a DB from two different server using CGI
Need to access a DB from two different servers [ 123.123.125.1开发者_开发百科2 , 75.182.16.36 ] using CGI in a single file
By CGI, you mean Common Gateway Interface, right? See http://en.wikipedia.org/wiki/Common_Gateway_Interface
CGI is an interface. You can use it with many different software packages/languages. Do you want to use it with Perl, PHP, Ruby on Rails, Java? Something else?
Here's an article on using Perl to access a database: http://www.perl.com/pub/a/2003/10/23/databases.html
Larry
精彩评论