Basically I already have a script created that uses param and such, and it vaildates information from a database after the user imputs the data. Then if everything checks out (passes all my if else statements for making sure the user is ready to move on...It creates a list of "Policies" they must fill out. Now, the program already has their "personal information" stored in $name $id and $birthyear. So I need to contiune to keep those around, so once they click on one of the policy links, (a page with a form) once they click submit *enter vailidation here* it will update the database with their selections. If that makes sense. So basically I have it up to the point where I have a page with links, but I need to either securely pass the varibles to another cgi script to process the new form, or make it a way when they click on the link, it keeps using say index.cgi - thus the variables like $name $id and $birthyear are still able to be used without them having to be passed anywhere.
I hope that helps understand what I'm trying to do.

In reply to Re: Multiple Pages with CGI by Trihedralguy
in thread Multiple Pages with CGI by Trihedralguy

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.