Hi, please check the site at http://www.wiproductions.com/projects/scripts/ajaxslider/, i have folder that comes with user images, along with full name from mysql using databse.
If i want to use image from folder with full name that retreive from databse, how can i write that in ajax to show slide images!
Currently you see code in bottoms they allow use to put one by one images but what i'm looking for few lines of code to collect images from folder along with full name of that images from database.
<div id="images">
<img src="reflect.php?img=flows/image01.jpg" longdesc="flows/image01.jpg"
alt="Image Title 1" />
<img src="reflect.php?img=flows/image02.jpg" longdesc="flows/image02.jpg"
alt="Image Title 2" />
<img src="reflect.php?img=flows/image03.jpg" longdesc="flows/image03.jpg"
alt="Image Title 3" />
</div>
but what i'm looking for way to retrieve full name and images from folder that depend on the user name, how can write that in Ajax to show in ajax images!
please help thanks.
AM