I have a pull down menu
<select name="dept" id="dept">
<option>FTP_files</option>
<option>test</option>
<option>test1</option>
<option>test2</option>
<option>test3</option>
</select>
I would like to create a session variable so I could pass the selected value from the menu to the next page.
how can this be done....thanks
I would appreciate any help
<select name="dept" id="dept">
<option>FTP_files</option>
<option>test</option>
<option>test1</option>
<option>test2</option>
<option>test3</option>
</select>
I would like to create a session variable so I could pass the selected value from the menu to the next page.
how can this be done....thanks
I would appreciate any help