How can I use PHP to list all the dates in a year?

I'm trying to use PHP to create a script that searches all the days between now and one year's time and lists all the dates for Fridays and Saturdays. I was trying to use PHP's date() and mktime() functions but can't think of a way of doing this. Is it possible?

Thanks, Ben

8
задан Ben 28 October 2010 в 16:09
поделиться