I have two pages and I need to pass values from one to the other, preferably via a form and POST because:
1) The user shouldn't be able to change them, and they could if I included them on the address.
2) It needs to be automatic, and it kinda defeats the object if the user has to click a submit button.
Is there a way to automatically submit a form? I can easily put one together with hidden fields, I just can't submit it.
1) The user shouldn't be able to change them, and they could if I included them on the address.
2) It needs to be automatic, and it kinda defeats the object if the user has to click a submit button.
Is there a way to automatically submit a form? I can easily put one together with hidden fields, I just can't submit it.