Search found 3 matches
- Mon Nov 14, 2011 4:00 pm
- Forum: PHP - Code
- Topic: POST values of html table row filled via PHP
- Replies: 5
- Views: 349
Re: POST values of html table row filled via PHP
Great, one last question.. This file is a file that is included on another page, and that other page already has a <form> and this code goes below it so how can i have so many <forms> in a page>
- Mon Nov 14, 2011 3:47 pm
- Forum: PHP - Code
- Topic: POST values of html table row filled via PHP
- Replies: 5
- Views: 349
Re: POST values of html table row filled via PHP
Thank you, but this is not my issue, my issue is how to post the values of the 'row' where i pressed the 'update' button.
- Mon Nov 14, 2011 10:59 am
- Forum: PHP - Code
- Topic: POST values of html table row filled via PHP
- Replies: 5
- Views: 349
POST values of html table row filled via PHP
Hello, I am kind of new to PHP, and I am having issues with this set up. Basically I have a html table that is filled with data from mysql and using PHP. Now the table has a column with a button 'update'. And what I want to do is when the Update button is clicked, i want to post the values of that r...