Hello,
I have been working on a site that is now using dropdown lists that allow multiple selections. When the form is submitted, the dropdown selections are converted to lists via code like this:
$areas = implode("','",$_POST['area']);
Then in a mySQL query, the value of $areas is used like...