Re: DBI CGI help

From: Leegold (leegold_at_fastmail.fm)
Date: 05/17/04

  • Next message: Jupiterhost.Net: "Re: DBI CGI help"
    To: dbi-users@perl.org
    Date: Sun, 16 May 2004 20:27:56 -0400
    
    

    I have been looking for *clear, simple, upto date,
    working code examples* of using DBI and CGI.
    Requesting some action to be taken on a form
    from user and then returning the user's db select
    to them via the browser.

    I been trying all day on the web and I have
    alot of fragmented stuff but nothing definative.

    Does anyone know of anything? I'd prefer something
    simple and recent. Thanks.

    -- 
    http://www.fastmail.fm - IMAP accessible web-mail
    

  • Next message: Jupiterhost.Net: "Re: DBI CGI help"

    Relevant Pages

    • Re: DBI CGI help
      ... > working code examples* of using DBI and CGI. ... perldoc DBI ...
      (perl.dbi.users)
    • Re: Make database handle persist in CGI/DBI application?
      ... Your CGI is called for each request and then terminated. ... There is no way to make the DBI handle persistant. ... You need a permanently running server for a persistant handle. ... I have tried passing the handle in as a ref parameter, using $dbhRef = /*dbh ...
      (perl.dbi.users)
    • Re: niranjani
      ... i have to use for we enabled work using html for that which cgi version ... tp be used and only dbi module is enough or else dbd:odbc also required ... How do I install DBI on Windows for Perl 5.6.1? ...
      (perl.dbi.users)
    • Re: new CGI::Session creates a new session every visit. GRRR!!!
      ... it seems to be something screwy with a combination of DBI and global ... my $cgi = new CGI; ... I want my $cgi and $session variables to be ...
      (comp.lang.perl.misc)
    • RE: How to track the success of insert
      ... > How will I track if the insertion is success or not? ... > use CGI; ... > use DBI; ... Put your instert inside a transaction like this: ...
      (perl.beginners)