Let's say I have the following, simple form that conveys the value of an input element:
<form action="updaterow.php"metho="POST"> <input type="text" name="price" /> </form>
How to send additional values ββalong with the value of the input field, for example, an arbitrary string or variable inside the current php script. I know this is possible with GET, but I need POST.
early.
brux
source share