Creating a link to edit MySQL fields using PHP

Discussion in 'PHP' started by Ipodman79, Jun 14, 2014.

  1. #1
    Hi,

    I want to be able to click on a link that brings me to a form that allows me to change the details of a certain MySQL row.

    Example,

    I have a table. The table pulls data from a MySQL database and displays it. I want the user of the site to be able to click a link at the end of the table row that brings the user to a new page that asks them to fill out a form.

    What is the best way of going about making this?

    Thanks.
     
    Ipodman79, Jun 14, 2014 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    ThePHPMaster, Jun 14, 2014 IP
  3. Ipodman79

    Ipodman79 Greenhorn

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #3

    Hi PHPMaster,

    Do you know how I could make it so that when you click on the link the 'Name' field in that table row gets filled in automatically in a form on another page?
     
    Ipodman79, Jun 15, 2014 IP