davecheet wrote:
> I need create a slideshow from a MySQL databse
containing image names. All the
> images are kept in one folder so there should be no
address issues. The images
> will displayed in the same table cell. I have the
database ready, the recordset
> created and I can display one image. My question is, how
do I get the next
> image in the recorset to replace it after a fixed number
of seconds. And then
> the next and so on....?
You can't do it with PHP because PHP is a server-side
language that
sends static (X)HTML to the browser. To display the images as
a
slideshow, you need to use PHP to populate an array that is
passed to a
JavaScript slideshow function.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/