Hello,
I have the following function that returns me the data needed to populate my dropdown:
function listaRedes($conexao){
$dados = array();
$resultado = mysqli_query($conexao, "SELECT DISTINCT rede FROM evolucao_originacao")...
asked by
02.12.2016 / 14:29