Well, you could do it simply based on your image name. IE: rename your images based on days in a month 1-31 and then pull your image based on what day it is. I am sure someone on here can find a more sexy way, but this is one way. You can also do it yearly using dayOfYear() if you have that many images.
<!---define our image var---> <cfset myDailyImage = "#Day(Now())#"> <!---display the image---> <img src="images/#mydailyImage#.jpg"> Doug ----- Original Message ----- From: "alex poyaoan" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Monday, December 11, 2006 2:32 AM Subject: help on displaying 1 photo daily > HI everybody am trying to figure out trying to rotate a series of photos daily on my page is there an application that does that? > > please help me with this.. > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263512 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

