This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* **Válidas:** | |
* - Calle 27 d sur # 27 c - 51 | |
* - Diagonal 40 # 41 - 61 | |
* - Carrera 23 # 35 - 48 | |
* - CALLE 35 # 33 - 09 | |
* - Carrera 53 # 70 - 86 | |
* - Calle 13 # 21 - 91 | |
* - Avenida Carrera 19 # 127 d - 55 | |
* - Avenida 26 # 68D - 35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$municipios = array( | |
"antioaquia" => array( | |
'CO1' => 'Abejorral - Antioquia', | |
'CO3' => 'Abriaquí - Antioquia', | |
'CO23' => 'Alejandría - Antioquia', | |
'CO33' => 'Amagá - Antioquia', | |
'CO34' => 'Amalfi - Antioquia', | |
'CO39' => 'Andes - Antioquia', |