bolsa de negócios:
$query = "select * from CLASSIFICADOS order by CLA_GRUPO, CLA_TITULO";
$result = mysql_query($query);
$grupo_atual = "";//INICIALIZA GRUPO
while($row = mysql_fetch_array($result)){
if($grupo_atual != $row['CLA_GRUPO']){//SE FOR UM NOVO GRUPO
if($grupo_atual != ""){
?>
}
$grupo_atual = $row['CLA_GRUPO'];
?>
$rowG = mysql_fetch_array(mysql_query('select * from GR_CLASSIFICADOS where GR_IDGR_CLASSIFICADO = '.$row['CLA_GRUPO']));?>
→
}else{
?>
}
}
if($grupo_atual != ""){
?>
}
?>
if($inc != "inicial.php"){?>