Hello,

I need to build a chunk of code which creates a click through view of all
pictures in a given directory.  The URL for each image is stored in a MySQL
table as part of the image upload routine.  I am thinking there would be PHP
routine that says something like ...

1. (PHP) - For every <product> create an array filled with product image
URLs
2. (JavaScript) - Display array value(av) 1 ... assign av2 as href for "next
button"
3. (JavaScript) - In click next, display av2, set href for "next" to av3,
set href for "previous" to av1
4. (JavaScript) - At end of array, reset next to av1 (create loop)

Does that description make sense?  Has anyone already written a similar
beast?  I am in a time crunch, any and all help is appreciated.

Regards,

Doug Daulton



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to