to send multiple checkbox values, the name needs to end in []
change:
<input type="checkbox" name="w" value="<?php echo $row_rsSector['sector']; ?>" />
to:
<input type="checkbox" name="w[]" value="<?php echo $row_rsSector['sector']; ?>" />
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.