Search results

  1. C

    how to install adobe flash player 9 onto a motorola droid?

    I just got my droid and I want to install flash player. But, I can't find a way to install it. I know it can't get flash player 10 but I can't find any other ones to download. Also, does anyone know what opperating system the droid uses?
  2. C

    how do you curl the kawasaki rose?

    i can make the rose but when i try to curl the petals it bends and looks all crappy, how do you curl it just right
  3. C

    Need help answering questions on my 1987 Ford Bronco XLT 5.8 L?

    I just got this car about 2 months ago and I've been finding different little things wrong/missing. Nothing extremely important or bad because its still a good running truck that is cosmetically beautiful. I recently discovered the emissions system has been removed---how much does it cost to...
  4. C

    What do you think would be a good name for an online debate website?

    I'm thinking about making a site that allows people to start a topic and then add two sides to it and then people can go to that debate and tell why they support whatever they are debating about. I'm thinking about using the name "Voiceism", I'm not sure yet. Please help me out! I already have a...
  5. C

    PHP array help needed!?

    $split = explode(";;", $file); //Build locations $locations = array(); for($i = 1; $i < count($split); $i ++) { $tempSplits = explode("&", $split[$i]); array_push($locations, $tempSplits[1]."&&".$tempSplits[2]); } It keeps giving me an error saying: Notice: Undefined offset: 0 in...
Back
Top