/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
); // Renvoie la région à partir du code postal ou du numéro de département function region($codepostal) { global $liste_regions; foreach($liste_regions as $region => $liste_dep) { { return $region; } } } print region(35170); // Renvoie Bretagne
Comments
Subscribe to comments
