
19/02/2012, 16:19
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 82
Antigüedad: 14 años, 6 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"];
} |