[Ilugc] slide show using php

  • From: kausikram@xxxxxxxxx (kausikram krishnasayee)
  • Date: Thu Jan 31 00:14:48 2008

On Jan 30, 2008 5:30 PM, Suresh Kumar <suresh1876@xxxxxxxxx> wrote:

Hi friends
 need some help in making a slide show in php
  i have an array of images
  now i want to display this array of images as a slide show in php
  $imagesArray = "list of image urls "
  something like this...


you can do so by calling back the same php file after a time interval and
by using a get method in which you you send the array element number of the
next slide.



 <img src=
<?
     for ($i; count($imagesArray);$i++)
  {
   echo $imagesArray[$i];
  }
?>
</img>

i also want to incorporate delay in between the display of images.

the time delay can be incorporated by running a javascript counter in the
client side.


how can i implement this..?


--
 with regards


J Suresh Kumar
 99400 95614
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




-- 
Kausikram Krishnasayee
Tech Team,
Proto.
website: http://proto.in
email: kausikram@xxxxxxxx

Other related posts: