Ver Mensaje Individual
  #28 (permalink)  
Antiguo 06/04/2012, 09:12
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Server dice "MySQL server has gone away"

Claro que se puede hacer con foreach:
Código PHP:
Ver original
  1. foreach ($array as $counter => $rss) {
  2.       echo $rss['titulo'];
  3. }