No problem. Keep in mind that for this to work properly you must have at
least 31 images for the months that have 31 days. Or you could do it like so
if you do not want to keep track of your image count.
<cfdirectory
action="list"
directory="yourImageDirectory"
name="getImages">
<cfquery dbtype="query" name="images">
select * from getimages
where imageName LIKE #Left(Day(Now(), 2))#
<cfquery>
<cfif images.recordCount gt 0>
<!---display the image--->
<cfoutput>
<img src="images/#images.imageName#">
<cfoutput>
<cfelse>
<!---display a standard image--->
<img src="images/default.jpg">
</cfif>
Doug
----- Original Message -----
From: "alex poyaoan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Monday, December 11, 2006 4:56 AM
Subject: Re: help on displaying 1 photo daily
> tnanks Doug that thing worked ... will be trying other methods but is
going fine this way
>
> >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:263515
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4