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