I have a PERL page in which I display data reterived from a MYSQL db
For each record I intend to provide an Update and a Delete link.
I intend to Modify or Delete a row based on users response.
How to find out which record the user clicked?
Is it possible to do that in Perl?
Please provide some solution...
sure its possble, but there is no canned solution. You read the databse stuff and load it into a CGI form where the user can select the record(s) of interest. That cold be done with radio buttons or checkboxes or drop down lists or anchor tags, or etc etc etc. Use the perl CGI module to parse the form data and update the database record(s) as needed.
CGI - perldoc.perl.org
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks