I am trying to make the button in my form contain two names. Let me explain.
I have 2 buttons, the first one has a value of 1, and the other one has a value of 2. They are both connected to the post method "Click". But I need my "$pos = $_POST['position']" to become the value of the button. Is that possible?
What I tried was <button name="click" name="position" type="submit">
but it's not working