Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Paveikleliu keitimasis

Parašė dipsis· 2009 Rugs. 26 16:09:14
#1

Ieskojau skripto ir niekaip neradau . gal kas galite padeti ? man reikia tokio skripto kad na tinklapije kai buna paveikslelis ir jis keistusi i kita. ?|

Parašė MAnjack· 2009 Rugs. 26 17:09:05
#2

rand() funkcija pasinaudok.

Parašė Peacemaker· 2009 Rugs. 26 17:09:21
#3


<?php



/*

 * Name your images 1.jpg, 2.jpg etc.

 *

 * Add this line to your page where you want the images to

 * appear: <?php include "randomimage.php"; ?>

 */



// Change this to the total number of images in the folder

$total = "11";



// Change to the type of files to use eg. .jpg or .gif

$file_type = ".jpg";



// Change to the location of the folder containing the images

$image_folder = "images/random";



// You do not need to edit below this line



$start = "1";



$random = mt_rand($start, $total);



$image_name = $random . $file_type;



echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";



?>





Parašė dipsis· 2009 Rugs. 27 10:09:43
#4

Aciu tiks ... norejau kad automatiskai keistusi na bet irgi gerai ieini ir kaskarta kitoks paveiksliukas ... :)

Parašė Peacemaker· 2009 Rugs. 27 10:09:10
#5

Na, tokiu atveju galite išbandyti javascript teikiamas galimybes ir pasinaudoti " slide show." Kaip tai padaryti, skaitykte čia: http://www.javascriptcity.com/sc...image4.htm

Redagavo Peacemaker· 2009 Rugs. 27 10:09:24