MySQL Forums
Forum List  »  PHP

Re: POSTing a a value from inside a table, using hidden field and submitting using JavaScript
Posted by: Peter Brawley
Date: October 29, 2018 08:15PM

For POST to catch all rows, you need html <input...> cmds for every item that is to be posted, post[] accepts array syntax, see the PHP manual.

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.