mnlight I do not understand why you want to put it out to a tmp file. You can create a dispatch table at the top of your CGI script. This script could produce the form and take the results and make the change to the DB. If you have security issues with the DB that you are concerned about I can help you set it up correctly if you have some more details. Also you have your website protected by htaccess and you did not supply a user name and password

Other than that, a couple of things I noticed in your script -
You use a lot of font tags - you should factor all that style info to a CSS. Here is a good link about CSS written by Ovid
You are not using all the nice features of CGI.pm like building your table for you
Personally I avoid HTML tags in code it's easier to read code.

grep
grep> cd pub 
grep> more beer

In reply to Re: Putting form names into a tmp file to be used by a new script by grep
in thread Putting form names into a tmp file to be used by a new script by mnlight

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.