I made array from my database. It it array of some information which are shown on page. That information has "description field" and "ID". I want to enable user to edit their entry so I added "X" button near each entry. But how to make that they can edit that one particular entry?
Not sure what your trying to do. But you can use AJAX if you want to show "edit" effect on same page without traversing to other pages.