The problem I'm having is in trying to look up wednesday of next week.
$next_wednesday = strtotime("next Wednesday 19:00:00");
$this_wednesday = strtotime("Wednesday 19:00:00");
The values for $next_wednesday and $this_wednesday come out the same