Archive for September, 2005

Airlines

Monday, September 5th, 2005 | Life

So I was watching Cruise with Stelios. I’m sure I just saw him get off an American Airlines plane. Can’t blame him, but still, he should at least tell them to edit it out if he isn’t going to fly with Easy Jet :P.

Friends quote

Saturday, September 3rd, 2005 | Life

Joey: “On your left is a tyrannosaurus rex from the jurassic period”
Ross: “Actually it’s the cretaceous period”

That’s not true. Has he never seen Jurassic Park :P.

Ok seriously though, I don’t get this show. Why does Ross, clearly the largest friend, simply not eat all the others?

Array key code

Friday, September 2nd, 2005 | Life

Ok, so lets say you want to loop through an array using foreach but you don’t want to show values, you want to show keys, or you want to show both. Use the following code:

foreach($array as $key => $val) {

Then you can access value via $val and the key via $key.

Spiders

Thursday, September 1st, 2005 | Life

Don’t like spiders. I actually just killed one. It was huge. Like over an inch across. I know that’s small for tropical spiders and stuff but for us in the UK that’s one hell of a sized spider. I’m working on turning my fear into anger though :P.

The thing is though, it has me more on edge now that its dead (I saw what I believe was same one a week or two ago, inches from my head while in bed and it scared the crap out of me) but I’m more on edge now than I was. One day I will conquer nature!