I created a select command based on information sent by the user, eg:
$anoini = $_GET['anoini']; //variavel com ano escolhido pelo usuário
$anofim = 2016; //ano final é 2016
$s = 'SELECT pa_proc_id, procedimento, '; //inicio da query
while ($...
asked by
04.11.2016 / 19:39