I need to be able to add assignedto to a drop down menu if not null and update db after selection. I'm using a basic php echo currently.
<SELECT NAME='assignedto'>
<OPTION value="<?php echo $assignedto ?>"></OPTION>
But, the menu state changes and updates the db...
do I need a menu state holder??? sorry about my lack of lingo in this area...
Tia,
David
<SELECT NAME='assignedto'>
<OPTION value="<?php echo $assignedto ?>"></OPTION>
But, the menu state changes and updates the db...
do I need a menu state holder??? sorry about my lack of lingo in this area...
Tia,
David