How do I make projects belonging to the same department in the same section?
$sql = "SELECT d.nome, p.titulo FROM projeto p, departamento d WHERE p.dpto_id=d.id ORDER BY d.nome, p.titulo";
$dpto=null;
foreach ($rows as $reg...
asked by
08.05.2018 / 21:22