Simplest way might be to name the photos according to the date.

12122006.jpg
12132006.jpg
12142006.jpg
12152006.jpg
12162006.jpg

Then find the current date and output "that" image:

<cfset todaysimage = DateFormat(Now(),"mmddyyyy")>
<cfoutput><img src="#todaysimage#.jpg"></cfoutput>

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: alex poyaoan [mailto:[EMAIL PROTECTED]
Sent: Monday, December 11, 2006 3:32 AM
To: CF-Talk
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:263521
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to