I have a list of areas (1000+) and i was wondering if there was a way i can do this easier with code instead of repeating each value.
//pseudo $arr = array("apple", "lemon", "orange", ...); foreach($arr as $value) { echo '