in reply to Perl CGI Database Connectivity

first, i don't see any line of code in which you store the input values resulting from the html form. second, you might get in troubles with firefox, which sometimes constructs false name=value pairs from named submit buttons.

Replies are listed 'Best First'.
Re^2: Perl CGI Database Connectivity
by Joost (Canon) on Apr 07, 2007 at 12:28 UTC
    you might get in troubles with firefox, which sometimes constructs false name=value pairs from named submit buttons.
    It does? I've been using that construct for years, and AFAIK it's supported by every brower.

    Update: ofcourse, since there's no <FORM> tag the whole code will probably not work at all in numerous browsers.