View Single Post
  #2 (permalink)  
Old 03-03-2007, 03:24 PM
KevinADC KevinADC is offline
Learning Programmer
 
Join Date: Jan 2007
Posts: 91
Rep Power: 7
KevinADC is on a distinguished road
Default

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
Reply With Quote