Tutoriale Web Design, Wordpress si SEO

Tutoriale Web Design:CSS, Dreamweaver, Photoshop, Web 2.0 dar si Tutoriale Wordpress si SEO

Random image/ Imagini luate la intamplare

Autor admin • Mar 26th, 2007 • Categorie: Scripts • Comentarii « 1 Comentariu »

Description
Displays a random image on a web page. Images are selected from a folder of your choice.

The code

<?php/*
* Name your images 1.jpg, 2.jpg etc. (RO:Numeste pozele 1.jpg, 2.jpg etc)
*
* Add this line to your page where you want the images to
* appear: <?php include “randomimage.php”; ?> (RO:Adauga aceasta linie paginii tale acolo unde vrei sa apara imaginile)
*/// Change this to the total number of images in the folder (RO:Schimba aici cu totalul imaginilor din folderul tau)
$total = “11″;// Change to the type of files to use eg. .jpg or .gif (RO: Schimba cu tipul tau de poze)
$file_type = “.jpg”;
// Change to the location of the folder containing the images (RO: Schimba locatia folderului cu imagini)
$image_folder = “images/random”;// You do not need to edit below this line (RO: Nu trebuie sa modifici de aici inainte) $start = “1″;$random = mt_rand($start, $total);$image_name = $random . $file_type; echo “<img src=\”$image_folder/$image_name\” alt=\”$image_name\” />”;?>

Articole asemanatoare:

  • Imagini RSS slideshow
  • Header.php in wordpress (II)
  • CSS - Stil lista
  • Background
  • Padding CSS
  • admin is Ana Design. V-a placut tot ce v-am recomandat in tutorial? Atunci nu uitati sa faceti un link catre articol si bookmark it!
    Email this author | Toate articolele scrise de admin

    un Comentariu »

    1. […] © 2007 Anadesign.info. All rights reserved. Article Source […]

    Lasa un comentariu sau Parerea ta despre acest subiect

    Trebuie sa te autentifici pentru a lasa un comentariu.