Display an Image depending for only a specific date range.
I'm currently working on a project and slowly learning PHP and Wordpress. I've got the following problem that if anyone can help me with by providing me the code to learn from, I would greatly appreciate it.
I need a specific image ("purchase_tickets_img.png") to only appear during a specific range of dates (September 20th - November 5th) using PHP. If it's not those dates, then nothing should be displayed. I need it to be a hyperlinked image, and I've got a javascript providing a roll-over effect for the image.
Code:
<img src="/images/purchasetickets_img.png" srcover="/images/purchasetickets_img_active.png" class="alignright" />
Could someone be so kind as to explain / show me how the proper code to create this month based PHP scripted image that still allows it to be linked and have the roll-over effect.