![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/02/2009, 14:30
|
| | Fecha de Ingreso: octubre-2006 Ubicación: Valparaiso Chile
Mensajes: 228
Antigüedad: 18 años, 3 meses Puntos: 0 | |
Respuesta: No muestra el nombre y apellido del usuario Gracias por las respuestas
hice lo siguiente, e igual no funciona
$result = mysql_query ("SELECT nick,pass FROM users WHERE nick='$username'");
while($row=mysql_fetch_array($result)) |