Comunidad de diseño web y desarrollo en internet online

Como cambio de aleatorio a ordenado

Citar            
MensajeEscrito el 29 Oct 2018 01:42 am
como están? tengo este código que me muestra imágenes aleatorias pero yo quisiera que se muestren ordenadas por ejemplo primero [1] luego [2] y después [3]

Código PHP :

<?php
       
$numbanners = 3; //numero de banners que se rotarán
$random = rand(1,$numbanners);
$img = array();
$url = array();
$txt = array();
 
$img[1] = "http://mi-web-/wp-content/uploads/1.jpg";
$url[1] = "http://www.enlace1.com";
$txt[1] = "Visita el enlace del banner 1";
 
$img[2] = "http://mi-web-/wp-content/uploads/2.jpg";
$url[2] = "http://www.enlace2.com";
$txt[2] = "Visita el enlace del banner 2";
 
$img[3] = "http://mi-web-/wp-content/uploads/3.jpg";
$url[3] = "http://www.enlace3.com";
$txt[3] = "Visita el enlace del banner 3";
 
echo "<a href='$url[$random]' target='_blank'><img src='$img[$random]' alt='$txt[random]' border='0'></a>";


?>

Por ezequiel2010

3 de clabLevel



 

chrome
Citar            
MensajeEscrito el 06 Nov 2018 07:52 pm
Entonces no uses random, usa un for loop y vas en orden

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.