PHP Form (post) Repeating input in a tabel

Posted by Sef on Stack Overflow See other posts from Stack Overflow or by Sef
Published on 2010-04-17T09:12:07Z Indexed on 2010/04/17 9:23 UTC
Read the original article Hit count: 160

Filed under:
|

Hello,

I have a form (with post method) that takes the following input:
- a certain name
- a number
- 3 checkboxes

All this input gets generated and calculated in a table.(html code within the php)
Everything gets properly calculated and displayed in a table.

So my question:
How do i make it possible after giving all those input to give in more input?
Meaning i have made a hyperlink that goes back to the form itself (where i can give the input).
So i can give in new data, and after submiting that again the table now contains 2 rows of values insteed of just 1.

Not really sure what exactly i need for this.

Regards.

© Stack Overflow or respective owner

Related posts about php

Related posts about beginner