Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/01/2008, 21:57
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: como mostrar consulta correctamente?

Agrega un tag de <br> en esta parte:
Código PHP:
while($row mysql_fetch_array($_pagi_result)){
$vari=$row['nb_categoria'];
echo 
'<a href="nuevapagina1.php?id_madre=8'.$vari.'">'.$var i.'</a><br />';

Saludos.