Hi,
I am quite new to PHP and wonder if someone could help me with the following problem.
I have a form which contains a drop down menu where the user can select two different values. What I would like to do is change the form action field depending upon which of these values is selected.
e.g. from:
<form action="Login.php?do=new" method="post">
to:
<form action="Login.php?do=existing" method="post">
Any help would be greatly appreciated.
Cheers,
Rob
I am quite new to PHP and wonder if someone could help me with the following problem.
I have a form which contains a drop down menu where the user can select two different values. What I would like to do is change the form action field depending upon which of these values is selected.
e.g. from:
<form action="Login.php?do=new" method="post">
to:
<form action="Login.php?do=existing" method="post">
Any help would be greatly appreciated.
Cheers,
Rob