how to submit each field seperate?

Discussion in 'PHP' started by piri00, Sep 13, 2010.

  1. #1
    Hi I would like to ask how can I submit each field with seperate submit button?
    something like this http://www.fastremoval.com/Quote.aspx
    I can actually add one item > submit(ADD button) and echo back that item.
    I was trying to do this but my submit (add) button always submit all text fields.

    Thank you for any help
     
    piri00, Sep 13, 2010 IP
  2. rainborick

    rainborick Well-Known Member

    Messages:
    424
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #2
    You'll need to use a separate <form> tag for each <input> item to have them submit individually.
     
    rainborick, Sep 13, 2010 IP
  3. Wolf Security

    Wolf Security Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As suggested by rainborick or simply use AJAX.
     
    Wolf Security, Sep 13, 2010 IP
  4. piri00

    piri00 Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks guys for reply...
     
    piri00, Sep 17, 2010 IP