Well, I need to pass two in the php query, but I can not pass them without being as follows:
$coluna = implode( ',' , $colunas);
$date = implode( " ',' " , $dates);
$teste2 = "'$date'";
//O teste2 está gerando algo como: 'exemplo', 'exemplo...
asked by
21.08.2017 / 00:33