in reply to "Action" variables and form data
Therefore take the action out of the query string (which is trying to pass it through a get when you are using the post method) and instead add a hidden form element that looks like this:
<input type="hidden" name="action" value="additem">
|
---|