Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/01/2012, 05:44
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: while y base de datos

Código PHP:
while ($row = @mysql_fetch_array($result)) {  
    
$sponsors[]= array($row['nombre'],$row['texto'],$row['web']); 

Sólo con esto deberia bastarte.
__________________
>> Eleazan's Source
>> @Eleazan