I have a link on my site that points to a page my client has asked to change daily. Basically, it is a report that is updated each morning and posted first thing. The format of the link is http://www.domain.com/presentations/.../ppt.asp?pic=1 As you can see, it points to a powerpoint presentation. The format of the URL stays the same, so I first suspected I required javascript code to determine the year, month and date and then insert it into the link in some manner. I was later told that I would need to check and see if the page was actually created before the link is made and that this should be in PHP so as to check the server time/date and not the client time/date.
The site is done with a PHP CMS, and while I'm slowly learning the PHP ropes, this is a bit beyond me. I would greatly appreciate any help that could be offered.
The site is done with a PHP CMS, and while I'm slowly learning the PHP ropes, this is a bit beyond me. I would greatly appreciate any help that could be offered.
Comment