asi es como hago la notificacion de mensaje. SALUDOS
Código
mysql_select_db($nombre_db[3],$conexion); $sql = ("SELECT * FROM mensaje WHERE para='".$_SESSION['nick']."' and leido IS NULL")or die(mysql_error()); $res = mysql_query($sql,$conexion) or die(mysql_error()); $tot = mysql_num_rows($res); if($_SESSION['logeado']){ if ($tot == 0) {?> <menu><div style="color:red"><?php echo $tot;?> notificaciones</div></menu> <?php }else{ ?> <menu><div style="color:red"><?php echo $tot;?> notificaciones</div></menu> <?php }?>