I want to add functionality to my site, which changes the displayed images depending on the day. I could not completely wrap myself around as I am a little newbie. My images are stored in / week 2 / image_day_4 images. I will try to use a pair of incremental variables to access the image values, so if day is day 4 in week 2 of membership, the code should read something like
"images/week_" + week + "/image_day_" + day;
every day after the start of membership, I increase the day.
Is there a better way to do this?
Zak l source
share