Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/02/2012, 16:19
mir_martin9
 
Fecha de Ingreso: septiembre-2010
Mensajes: 82
Antigüedad: 13 años, 8 meses
Puntos: 0
Respuesta: mostrar datos de un campo

asi lo hize yo


$calu= mysql_query("select * from alumnos where alulegajo",$conexion);

while($row= mysql_fetch_array($calu))
{
$nombre= $row["alunombre"];
}