Hi !!
I´m trying to create a page the depends on the buttom I pressed it goes to a page or to another one.
For example, if in the main.php I have the button YES and the button NO, which are in the same form, and I want to go to the page "yes.php" if I pressed the YES button and go to "no.php" if the button pressed is the NO one,; is there any way to make that the action in the form were variable depends on the button pressed?
Thank you.