![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/04/2008, 14:13
|
![Avatar de boby6killer](http://static.forosdelweb.com/customavatars/avatar230171_1.gif) | | | Fecha de Ingreso: abril-2008
Mensajes: 81
Antigüedad: 16 años, 10 meses Puntos: 1 | |
Re: Querys MySQL $sql_usuarios="select u.nombre from usuario u, adjuntos a where u.id=a.id_usuario";
$usuarios=mysql_query($sql_usuarios);
while($us=mysql_fetch_row($usuarios))
echo $us[0]; |