On Thu, 12 Aug 2004, gp wrote:
> If I > put a webserver to serve some forms that will call on the database. What > is the easiest and secure scripting language I need to make the calls to > the database. Powerful is good but I need to learn the scripting i'd go for PHP if a script needs to mess around with webservers, forms with databases. plus, you can use PHP anyway as a shell scripting language ala Perl. (except that standalone PHP scripts get killed when their timeout expires. dont know how to override that yet.) > > Another question is it implementable. One NIC will face the internal and > do the database calls and the other NIC will face the Internet. Let me > know if I am just making it very hard. > sure. use a private IP space for the internal network. and dont allow IP Forwarding on that machine. pong -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
