I\'m using a date function to simply get the week number for the current week
$weekNumber = date("W");
THis works fine but I\'m hav