Quick question here... In a form, can you make the selection on an input, available as a variable on the same page, without moving to another page?
Example:
Code: Select all
<select name="numberBeers">
<option> 1
<option> 2
</select>Thanks
David
Moderator: General Moderators
Code: Select all
<select name="numberBeers">
<option> 1
<option> 2
</select>Code: Select all
<form action="index.php" .. >