[EMAIL PROTECTED] (Madhura Ranade) writes:
> I am trying to display the details filled in the feedback form.
> I want to display it below the feedback form.
> The comments entered by the client should be displayed below the feedback
> form after the submit button is clicked.
> what will be the code for the same in Perl

One way to do this (there's always more than one way) is:

Have the feedback form be generated by your Perl CGI script.  When the
user fills out the form and clicks Submit, have the form call the
*same* CGI script.  But this time, since there's form data, the CGI
script will display the results after it displays the form.  (You
probably want to also save it in a file...)

--Bill.

-- 
William R Ward            [EMAIL PROTECTED]          http://www.wards.net/~bill/
-----------------------------------------------------------------------------
     If you're not part of the solution, you're part of the precipitate.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to