开发者

Access a DB from two different server using CGI

开发者 https://www.devze.com 2022-12-19 00:45 出处:网络
Need to access a DB from two different servers[ 123.123.125.1开发者_开发百科2 , 75.182.16.36 ] using CGI in a single fileBy CGI, you mean Common Gateway Interface, right? See http://en.wikipedia.org/w

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

0

精彩评论

暂无评论...
验证码 换一张
取 消