hi guys,
if i click on a link, it takes me to a form page where the input i've entered before are shown so i can edit the information.
the problem i have is that one of the fields is a dropdown menu.
so my question is..what do i have to do to make it remember the value of the dropdown menu i entered before?
this is what i regularly do for the textfields..
<?php echo $name ?>
how do i do it for the dropdown menu?
sorry if confusing. =)