Hi all,
Is it possible to have a form with 2 inputs (<select>) to send the input variables to the appropriate PHP page without having to select a particular URL as the action..? or do we have to have a set PHP page to process the input variables and then direct the form to the appropriate page that contains the data..?
Example:
Variable1: John
Variable2: Good
In this case we need the following URL on the screen:
But, if the variables are:
Variable1: Roberto
Variable2: Bastard
in this case we need this url on the screen:
So, is this possible?
Anyhelp would be appreciated.
Cheers.
Is it possible to have a form with 2 inputs (<select>) to send the input variables to the appropriate PHP page without having to select a particular URL as the action..? or do we have to have a set PHP page to process the input variables and then direct the form to the appropriate page that contains the data..?
Example:
Variable1: John
Variable2: Good
In this case we need the following URL on the screen:
But, if the variables are:
Variable1: Roberto
Variable2: Bastard
in this case we need this url on the screen:
So, is this possible?
Anyhelp would be appreciated.
Cheers.
Comment