Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2008, 11:58
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: Listar una clave

Código PHP:
foreach( $jug1F as $pos => $datos ) {
      
printf"Jugador %s --> %s"$pos$datos['name'] );

Saludos.