5 lines
95 B
PHP
5 lines
95 B
PHP
<?php
|
|
require_once './inc/fonction.inc.php';
|
|
|
|
$codepostal = $_GET['cp'];
|
|
getVille($codepostal); |