I have made a drop down box in php. Now I am trying to keep the items selsected in the drop down there if the user leaves the page and comes back. I'm new to php but I am told it should just be an if statement
$select->setLabel('Facility Medicines')->addMultioptions( $choices);