Editing a submitted form

Discussion in 'PHP' started by digitalarts, Sep 29, 2009.

  1. #1
    Hello

    have a system where users has to submita form. Now this form is stored in the database and when I log in can view each subkitted form details. Now In those form I want to add some more fields and resubmit it. So how can I add those additional data into that submitted form,.

    Any help will be greatly appreciated.
     
    digitalarts, Sep 29, 2009 IP
  2. prasanthmj

    prasanthmj Member

    Messages:
    62
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #2
    You have to know some basic SQL to fetch the rows from the table and then display in the form.
    The page below might help:
    Updating Records
     
    prasanthmj, Sep 29, 2009 IP
  3. creativeGenius

    creativeGenius Well-Known Member

    Messages:
    273
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    120
    #3
    add fields on the form and and database table, update your sql queries and you're ready to go...
     
    creativeGenius, Sep 29, 2009 IP