Closed Thread
Results 1 to 2 of 2

Thread: How to find out which record the user clicked?

  1. #1
    reachpradeep's Avatar
    reachpradeep is offline Learning Programmer
    Join Date
    Mar 2007
    Location
    India
    Posts
    41
    Rep Power
    0

    How to find out which record the user clicked?

    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...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0
    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 02-13-2011, 08:54 PM
  2. Replies: 1
    Last Post: 01-09-2011, 03:51 PM
  3. Text when clicked a link
    By barto90 in forum HTML Programming
    Replies: 11
    Last Post: 03-08-2010, 06:56 AM
  4. Display only what is clicked
    By dvelguru in forum JavaScript and CSS
    Replies: 0
    Last Post: 10-10-2009, 09:25 PM
  5. Help: Running a function when clicked.
    By Bannana97 in forum JavaScript and CSS
    Replies: 11
    Last Post: 02-12-2009, 12:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts