"Transfer" value of variable to other page

Discussion in 'PHP' started by Kuna, Jul 30, 2012.

  1. #1
    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?
     
    Solved! View solution.
    Kuna, Jul 30, 2012 IP
  2. #2
    You can send this variabel to other page with GET or POST form method.
     
    freenet, Jul 30, 2012 IP
    Kuna likes this.
  3. ryogi

    ryogi Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    ryogi, Aug 4, 2012 IP