<?php
$today = date("l");
echo "<strong>Today's Schedule</strong>;
switch ($today){
case "Monday":
include 'monday.php';
break;
case "Tuesday":
include 'tuesday.php';
break;
case "Wednesday":
include "wednesday.php';
break;
case "Thursday":
include "thursday.php';
break;
case "Friday":
include...
Hey guys -- this is weird and has only begun to happen recently. I have an iPhone 3G S which is jailbroken -- but it's been fine for the first 5 months I've owned it.
While I'm at the gym, my iPhone beguns to act up. After about 20 minutes or so, the iPhone begins to pause itself, change...