see this:
w - day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday)
http://www.php.net/manual/en/function.date.php
to do the other way round getting the date from the week number, use MySQL date_format to do the trick :
u don't need a DB of mySQL to do that, but MySQL has to be installed. there are many date related functions in mySQL.
PHP does not have much, except formatting the date, it receives.
Brij.