I need to make a vBulletin template that will display an image like this:
www.mysite.com/2005/jan/03/image.jpg
I need it to display an image that changes everyday; for instance, today's image would be:
www.mysite.com/2005/sep/09/image.jpg
And the image for the day after today would be:
www.mysite.com/2005/sep/10/image.jpg
Is there a way to automate this thing using PHP? Like replacing the names of the directories with PHP values based on today's date? Thanks for replies.
www.mysite.com/2005/jan/03/image.jpg
I need it to display an image that changes everyday; for instance, today's image would be:
www.mysite.com/2005/sep/09/image.jpg
And the image for the day after today would be:
www.mysite.com/2005/sep/10/image.jpg
Is there a way to automate this thing using PHP? Like replacing the names of the directories with PHP values based on today's date? Thanks for replies.
Comment