bakshir
05-01-2009, 06:23 PM
Hi Folks,
I am new to web design and am currently in the process of setting up a website for the team. I am just trying to do the basic stuff before I try to add complex functionality.
There is an automated process which generates a report. The report is called exception_<day>.htm where <day> can be Mon, Tue, ......Sun etc depending on the day its generated.
From my web page I want to be able to goto todays report. This is where my question comes in :
Lets say my URL is http://abc.xyz.com/report/exception_<day>.url
Is there a way of me being able to dynamically change the URL depending on the day. I have had a look on the web and people talk about using a database, PHP, etc. Due to time constraints I am looking for a quick and easy solution.
Any help and/or advice greatly appreciated.
BTW a similar issue exists with another report where the suffix is in the format YYMMDD.
I am new to web design and am currently in the process of setting up a website for the team. I am just trying to do the basic stuff before I try to add complex functionality.
There is an automated process which generates a report. The report is called exception_<day>.htm where <day> can be Mon, Tue, ......Sun etc depending on the day its generated.
From my web page I want to be able to goto todays report. This is where my question comes in :
Lets say my URL is http://abc.xyz.com/report/exception_<day>.url
Is there a way of me being able to dynamically change the URL depending on the day. I have had a look on the web and people talk about using a database, PHP, etc. Due to time constraints I am looking for a quick and easy solution.
Any help and/or advice greatly appreciated.
BTW a similar issue exists with another report where the suffix is in the format YYMMDD.