Write to the Database
//Ids
$codEstado = filter_input(INPUT_POST, 'estado', FILTER_VALIDATE_INT);
$codCidade = filter_input(INPUT_POST, 'cidade', FILTER_VALIDATE_INT);
$codBairro = filter_input(INPUT_POST, 'bairro', FILTER_VALIDA...
asked by
23.10.2017 / 19:24