Hej and thanks for your reply.

I'll try adding a row in a loop, although my only problem with this is rewriting the table (read the changed file again gives me back one more row, but with data from only first row).

But when you say that radio buttons are grouped by their name, shouldn't they be that per table row and not column? I was hoping to get following result when I press "Spara" button :
UID= UID= UID=CAME01 FNA= FNA= FNA=Carin ENA= ENA=S%E4k ENA=Plan PRE=%280157-%29 PRE=%280157-%29 PRE= BEF= BEF= BEF=0150-75385 NYTT=69090 NYTT=69099 NYTT= ADRE=Norra%20Kungsgatan%204B ADRE=Norra%20Kungsgatan%204B ADRE=Stortorget%201 GRU=P GRU=Ej GRU=Ej DOL=Nej DOL=Nej DOL=Nej CMG=Ja CMG=Ja CMG=Ja
and instead I get only one DOL and CMG entry:
UID= UID= UID=CAME01 FNA= FNA= FNA=Carin ENA= ENA=S%E4k ENA=Plan PRE=%280157-%29 PRE=%280157-%29 PRE= BEF= BEF= BEF=0150-75385 NYTT=69090 NYTT=69099 NYTT= ADRE=Norra%20Kungsgatan%204B ADRE=Norra%20Kungsgatan%204B ADRE=Stortorget%201 GRU=P GRU=Ej GRU=Ej DOL=Nej CMG=Ja

Any suggestion ?

P.S. Thanks for the great tip with unless. I should have come up to that myself...D.S.


In reply to Re^2: Problems with CGI script behaviour by SerZKO
in thread Problems with CGI script behaviour by SerZKO

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.