Php option value

前端 未结 4 1684
执念已碎
执念已碎 2021-01-07 03:44

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.


 $text): ?>
     


I am using an associative array because I am assuming that you want to be able to customize the areas' text label, and that they will not only be a capitaized version of the value used to match the user data.

提交回复
热议问题