select primary key from HTML table?

Discussion in 'Programming' started by mozartpena, Apr 23, 2008.

  1. #1
    I have an HTML table which contains a summary of leave requests from employees.

    The table contains 5 columns: Request ID, Date Requested, Employee Name, Leave Type, and a "View Entry" button after each row. When "View Entry" is clicked it should display the complete request. This comprehensive report NEEDS Request ID as the primary key to be able to display all the data needed in a popup window.

    so is it possible to retrieve request ID from a specified cell (in this case, the first column for request ID). or is there some ingenious array method to be able to extract request ID?

    i have had troubles with this for the past days. im turning to you guys for help.
    thanks in advance!
     
    mozartpena, Apr 23, 2008 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    You need to use PHP and mysql and write the table on the fly .
     
    it career, Apr 23, 2008 IP
  3. mozartpena

    mozartpena Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    could you elaborate more please? i am using PhpMyAdmin(SQL)
     
    mozartpena, Apr 23, 2008 IP