The Cellar  

Go Back   The Cellar > Main > Technology
FAQ Community Calendar Today's Posts Search

Technology Computing, programming, science, electronics, telecommunications, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 04-21-2003, 09:59 AM   #7
That Guy
He who reads, sometimes writes.
 
Join Date: Sep 2001
Location: at the keyboard
Posts: 791
Sorry - I forgot to post my fix to this. Here's what I ended up with:

sub second {
 print header, start_html('test 2'),"\n", start_form,
 textfield(-name=>'testvar2', -size=>20),
 submit(-name=>'status', -value=>'Third'),"\n",br,
 @params;
 foreach $param (@params){

 print hidden(-name=>$param),

 br,$param, "-", param($param),"\n";}
 end_form(), end_html();
}


Notice the extras line within the foreach. I could have gone with cookies, but I hate having to program with them (verification and all that). Thanks for looking at it, SD.
That Guy is offline   Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 07:51 AM.


Powered by: vBulletin Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.