MySQL Forums
Forum List  »  PHP

Re: POSTing a a value from inside a table, using hidden field and submitting using JavaScript
Posted by: Guest Guest
Date: October 29, 2018 11:22PM

Thank you for the comment.

May be my question was not clear- I just need one single item (called "recNo" in my question) to POST, not the items of all rows.

I just want to click on a single row and POST a key ("recNo") to the destination php file. Of course, I can click on any row, but the POST value is just one key, corresponding to that row,

Each row has a unique recNo, which is also a primary key for a database table. I want to use that primary key to retrieve some other data from another table.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.