> I do have a JavaScript based "SlideShow", however, I would like to use
> PHP rather than JavaScript.  Is there a way to "loop" with PHP and
> "display" an image without re-displaying the whole page?
>
> Todd

To get a good slideshow you'll need to use client side instructions, aka
javascript. You're probably not going to get it to work so well using PHP
which is server side instructions.

Part of getting the slideshow to work is making the browser switch to the
next image and well, PHP doesn't really make the browser do anything.

--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to