 |
 |
|
$SQL = mysql_query("SELECT * FROM usuarios order by nome");
$RESULTADO = ($SQL);
while ($LINHA=mysql_fetch_array($RESULTADO)) {
$id_usuario = $LINHA["id"];
$nome_usuario = $LINHA["nome"];
$info_materia = mysql_query("SELECT * FROM noticia where usuario='$nome_usuario'");
$total_mat=mysql_num_rows($info_materia);
if($total_mat == ""){
}
if($total_mat != ""){
?>
 |
|
}
}
?>
 |
|
|
 |
| |
 |
|
|
switch ($action){
case a1:
include "busca.php";
break;
case ct:
include "contato.php";
break;
case ct_mail:
include "contato_mail.php";
break;
default:
include "noticia.php";
break;
}
?>
|
|