Hi I'm working on a site that involves alot of date references. I have already implemented some PHP scripting and includes to make the site more dynamic, but would like to do the same with the date references.
I have read about the date() funtion but I'm still a newbie to php and don't have much knowledge of the syntax yet.
I want the script to always return the first and last day (monday and sunday) of the 2nd week of May, thus the 5th month.
Just give me some hints and I'm sure I'l figure out the rest;)