Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/10/2013, 18:39
Avatar de zreep
zreep
 
Fecha de Ingreso: octubre-2009
Ubicación: Argentina
Mensajes: 534
Antigüedad: 14 años, 7 meses
Puntos: 12
Respuesta: no se donde esta el problema

Y acá donde esta el error?


Código PHP:
if($_SESSION['logueado'] == "SI"){
?>
<a href="cerrar.php">Cerrar sesion</a><br /><br />
Hola <?=$_SESSION['usuario']?>
Código PHP:
$users $_SESSION['usuario'];
$cons  "SELECT * FROM notas WHERE users='".$users."'";
$resul mysql_query($cons);

while (
$filas mysql_fetch_array($resul)){ 
Código:
titulo: <?php echo $filas['titulo']; ?>
Código PHP:
<?php
}
mysql_close();
?>
__________________
Zreep