image scroller

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

image scroller

Post by rami »

well i have each product list(attributes) as fields of database table
each record has filed called imagename which consist of name of image ..that is saved in the physical web directory...

what i want to make is a image scroller that scrolls may be lastest ten pictures from left to right...with the link
i have page displaypage which takes imageid i.e displayimage.php?uid=....it will be passwed when scrolling image will be clicked...

so this can be easily done in javascript but i want to take latest images(names..) from the database...

how it can be done
any code any where
any tutorials
examples?
thanks for help

rami...

i need image scroller ..that scrolls according to names in database(latest 10 entered) which has lick to anothert page that open php page according to id in image in scroll...
Post Reply