7stud I have a question
where do I put the code you suggested if I want these repeat HTML name and value fields (Birthdays) and all the rest of the name and value fields in the form
my @birthdays = param ("birthday");#! /usr/bin/perl use CGI "param"; print "Content-type: text/html\n\n"; print "<response><BR/>"; foreach my $name ( param() ) { my $values = param ($name); print "<$name><I>$values</$name></I><BR>"; } print "</response><BR/>";
In reply to Re^3: CGI form results to XML
by spencerr1
in thread CGI form results to XML
by spencerr1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |