Ok here is what I mean by having a form remember what was typed into it.

First a person fills out a form and it saves the information into a text database (IE. Configureration Form). Then they decide that they want to change one thing in the database file, so they go back to the form. At this point when they look at the form they see what they entered before already filled into the form so now all they have to do is to change that one field on the form. Then the form updates the database with the new settings.

Does that make since? I seen this done before but I have had no clue on how they done it. Also like I said before, I am very new at writing perl scripts and I am now just starting to learn. Basically I just gathered scripts that does somewhat what I need and then change it to what I need. Shoot I really dont even know how to write a perl script that saves to a file.. lol. But I am a fast learner, my first script that I ever built was a simple form to math script (like a shopping cart).

Thanks in advance...


In reply to RE: RE: Re: Form/File/Form Cookies by Anonymous Monk
in thread Form/File/Form by jmoore

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.