Hi there,
I'm fairly new to PHP and can't work out how to do this:
I'd like to list the short date of the next 4 'thursdays' in a drop-down menu, e.g.
The date today is 01/02/2007 so ideally the drop down would contain the following options:
01/04/2007
01/11/2007
01/18/2007
01/25/2007
There must be a simple solution!
Many thanks for any help or hints in advance,
Alex.
I'm fairly new to PHP and can't work out how to do this:
I'd like to list the short date of the next 4 'thursdays' in a drop-down menu, e.g.
The date today is 01/02/2007 so ideally the drop down would contain the following options:
01/04/2007
01/11/2007
01/18/2007
01/25/2007
There must be a simple solution!
Many thanks for any help or hints in advance,
Alex.
Comment