Hello, hope someone can help me out.
What I want to do is call an image by url to display on a page. Not tough, I know. But here's the catch. The image I want to grab changes names on a daily basis. If is possible to build a get command with a variable url? Luckily the url changes are extremely consistant sicne they coordnate with the date.
Here an example url.
"http://somesite.com/subdirectory1/data/img/aaaa.01186000.02.00060..20061020.20061027.1.0.p50.gif"
The 2 colored areas are the variables that I would need to somehow code in. The BLUE numbers are the current date and the RED numbers are 7 days less.
Does anyone have an idea of how I can do this?
Many Thanks,
-fly fisher