Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/12/2013, 19:25
iniciopublic
 
Fecha de Ingreso: julio-2013
Mensajes: 309
Antigüedad: 11 años, 4 meses
Puntos: 2
Respuesta: como rotar imagenes o banners en html

Cita:
Iniciado por EmpireFX Ver Mensaje
Slideshow con javascript ò con la libreria javascript llamada JQuery.

Con php te decia algo..

Código PHP:
Ver original
  1. //Si tengo 10 banners elegir un numero del 1 al 11
  2. $num = rand(1, 11);
  3. //y mostrar la imagen segun el numero
  4. echo '<img href="' . $num . '.jpg">';
Gracias .......una pregunta como haria para poder 2 imagenes hay?

puse asi y no me funciono

Código PHP:
$num rand(111);
//y mostrar la imagen segun el numero
echo '<img href="http://media.go2speed.org/brand/files.jpg">';

$num rand(211);
//y mostrar la imagen segun el numero
echo '<img href="http://media.go2speed.org/brand/files.jpg">'