Search results

  1. C

    HTC Hero help please?

    When making and taking calls after a few seconds the screen goes blank I guess its to save the battery but how do I set it to stay on while talking. Thanks.
  2. C

    Whats a "normal" sex drive for a male aged 43?

    I seem to have a high sex drive I need to have sex at least once a day but can perform 3 - 4 times a day, if I miss 1 day without I get very frustrated. I also recover within 15 mins and can carry on again, am I normal.
  3. C

    Can I connect my LG KS360 to my wireless internet at home?

    Ok, so i have a LG KS360 and so far, I have had no problems with it. The only thing is that it costs me heaps if i go onto the internet. I have wireless internet at home, is there any way i can connect my phone to my wireless? If i go into Browser<Settings<Network Profiles, it says i can create...
  4. C

    How to get a flash player for an iPod touch?

    Thats cuz apple is to f\/ckin retard3d to let flash onto the ipod touch cuz there paranoid about every f\/ckin thing..
  5. C

    Why can't tropical fish live in cold water?

    Why would they die if you let the water get cold very slowly, what happens to them?
  6. C

    Who can recommend a good book for me?

    I haven't read anything in a while (3 or 4 months), and I'm looking for something good. I like funny books (dark humor, situational humor, etc.) I also like somewhat realistic adventure. Maybe a historical fiction would be good. I just don't know. Here's what I've read recently: When You...
  7. C

    php question about embedding php?

    PHP pages are not really PHP pages they are PHP + HTML Pages. If you wanted the title of a page to be a variable you could do: <?php $helloworld = "23"; ?> <html> <head> <title> <?php echo $helloworld; ?> </title> </head> <body> </body> </html> Just use the php tags (<?php and ?>) to open and...
  8. C

    php question about embedding php?

    PHP pages are not really PHP pages they are PHP + HTML Pages. If you wanted the title of a page to be a variable you could do: <?php $helloworld = "23"; ?> <html> <head> <title> <?php echo $helloworld; ?> </title> </head> <body> </body> </html> Just use the php tags (<?php and ?>) to open and...
Back
Top