Recent content by bohsocks

  1. B

    Can someone help me figure out why this PHP code doesn't work?

    <?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...
  2. B

    What's up with my iPhone (headphones)?

    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...
  3. B

    PHP: && means and, what means or?

    It's simple enough. I'm trying to make an if statement... I want it to work IF something means requirement X or requirement Y.
Back
Top