Ver Mensaje Individual
  #25 (permalink)  
Antiguo 07/02/2011, 09:21
mangels
 
Fecha de Ingreso: marzo-2005
Mensajes: 41
Antigüedad: 19 años, 7 meses
Puntos: 0
Respuesta: Código que funciona con PHP4 y no con PHP5

De verdad que no se cómo hacer lo que me pides, OK, elimino todo el código que tengo ahora, pero ¿cómo inserto los shuffles como dices? ¿en la parte donde tengo el nombre del banner y la URL?

Sería esto que copio aquí correcto?:

//banners in the center part of the site 468x60px
$input = array (center_banners['/images/ads/center/1.jpg']='/1.php');
$input = array (center_banners['/images/ads/center/2.jpg']='/2.php');
$input = array (center_banners['/images/ads/center/3.jpg']='/3.php');
$input = array (center_banners['/images/ads/center/4.jpg']='/4.php');
$input = array (center_banners['/images/ads/center/5.jpg']='/5.php');
shuffle($input);
print_r($input);