RE: CGI.pm hidden field problem

2001-10-17 Thread David Gilden
Thanks! On Wednesday, October 17, 2001 at 3:40 PM, [EMAIL PROTECTED] (Bob Showalter) wrote: > > print "\n"; > > print hidden( > > -name => last_message_num, > > -value => $message_num, > > # -override=> 1 > > ); This works! > > Try this: > >param('last_message_num', $message_num); >

RE: CGI.pm hidden field problem

2001-10-17 Thread Brian Arnold
, -default => "value", -override => "1"); Brian Arnold [EMAIL PROTECTED] -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 3:41 PM To: 'David Gilden'; [EMAIL PROTEC

RE: CGI.pm hidden field problem

2001-10-17 Thread Bob Showalter
> -Original Message- > From: David Gilden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 17, 2001 12:56 PM > To: [EMAIL PROTECTED] > Subject: CGI.pm hidden field problem > > > Hello, > > I am taking a stab at a SQL driven guest-book, > the prob

RE: CGI.pm hidden field problem

2001-10-17 Thread Moon, John
inal Message- From: David Gilden [mailto:[EMAIL PROTECTED]] Sent: October 17, 2001 13:23 To: [EMAIL PROTECTED] Cc: Brian Arnold Subject: RE: CGI.pm hidden field problem Still can't get it to wrk! Do a view source, http://dowda.rockin.net/cgi/sqlguestbook.cgi It just ain't working no

RE: CGI.pm hidden field problem

2001-10-17 Thread David Gilden
Still can't get it to wrk! Do a view source, http://dowda.rockin.net/cgi/sqlguestbook.cgi It just ain't working no mater what I try! Lincoln Stein's CGI.pm book says that you can use default,value or values interchangeably. D. On Wednesday, October 17, 2001 at 1:04 PM, [EMAIL PROTECTED] (

RE: CGI.pm hidden field problem

2001-10-17 Thread Brian Arnold
, October 17, 2001 12:56 PM To: [EMAIL PROTECTED] Subject: CGI.pm hidden field problem Hello, I am taking a stab at a SQL driven guest-book, the problem is with getting the field to take the value of $message_num, (see the end of this script) I can see it in the ok, but not in the hidden

CGI.pm hidden field problem

2001-10-17 Thread David Gilden
Hello, I am taking a stab at a SQL driven guest-book, the problem is with getting the field to take the value of $message_num, (see the end of this script) I can see it in the ok, but not in the hidden field (I have tried with override and with out -- not sure what this is for!) I welcome a