alochin
11-18-2007, 06:35 AM
Hi,
How do you add today's date inside an <a href=...> tag?
For example, today is November 17, 2007. I need the href tag to look like this:
<a href="phpscript.php?directory=11_17_2007">Today</a>
This will launch a php script that will browe a directory created today.
The php script is a slideshow.
The directory is created by a cctv system that stores pictures taken today. A new directory is created everyday.
By clicking on the link, I can see what happened today.
Right now, it is not working. You guys have an idea, or you know a place I should ask (I am not sure it is an html question - maybe a php question?).
Thanks in advance.
Andre.
How do you add today's date inside an <a href=...> tag?
For example, today is November 17, 2007. I need the href tag to look like this:
<a href="phpscript.php?directory=11_17_2007">Today</a>
This will launch a php script that will browe a directory created today.
The php script is a slideshow.
The directory is created by a cctv system that stores pictures taken today. A new directory is created everyday.
By clicking on the link, I can see what happened today.
Right now, it is not working. You guys have an idea, or you know a place I should ask (I am not sure it is an html question - maybe a php question?).
Thanks in advance.
Andre.