[Ilugc] slide show using php

  • From: suresh1876@xxxxxxxxx (Suresh Kumar)
  • Date: Wed Jan 30 17:30:15 2008

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...
  <img src=
<?
      for ($i; count($imagesArray);$i++)
   {
    echo $imagesArray[$i];
   }
?>
</img>

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

how can i implement this..?


-- 
 with regards


J Suresh Kumar
 99400 95614

Other related posts: