I have a short query if anyone can help me with it I will be gratefull.
I have a php form, and have put the php code within the form itself. On
activation the form calls itself:
<form action="Thisfor mitself.php">
</form>
Problem is when I do this all the selections(eg list selections) the
user has made are reset to null, and the form has no way of knowing
what the user chose prior to pressing the submit button.
If anyone can help with this I will be gratefull.
thank you.
I have a php form, and have put the php code within the form itself. On
activation the form calls itself:
<form action="Thisfor mitself.php">
</form>
Problem is when I do this all the selections(eg list selections) the
user has made are reset to null, and the form has no way of knowing
what the user chose prior to pressing the submit button.
If anyone can help with this I will be gratefull.
thank you.
Comment