Posted by Muchach on 04/23/07 17:59
Hello,
Ok so what I've got going on is a form that is populated by pulling
info from database then using php do{} to create elements in form. I
have a text box in each table row for the user to enter input. I need
to take this user input and put it back into the database. What would
be the best method to do this. I can't use a normal post because the
name of the text box is the same for each table row. I've heard that
posting the variables into the URL is not a good idea if they are
going to be inserted into the database. So what is the best method
here?
Navigation:
[Reply to this message]
|