Php Array
$list = [
'Aborlan',
'Agutaya',
'Araceli',
'Balabac',
'Bataraza',
"Brooke's Point",
'Busuanga',
'Cagayancillo',
'Coron',
'Culion',
'Cuyo',
'Dumaran',
'El Nido',
'Kalayaan',
'Linapacan',
'Magsaysay',
'Narra',
'Puerto Princesa',
'Quezon',
'Rizal',
'Roxas',
'San Vicente',
'Sofronio Española',
'Taytay',
]
If you need it for JS just copy the array and replace the variable name :)
Leave a Reply