Search results

  1. B

    How do The Secret people explain miscarriages?

    If the baby dies, it's because the mother wanted it to die...I mean, if our thoughts manifest our realities and all, right?
  2. B

    Would putting electronics (i.e. television, computer) in the garage ruin them?

    My house is about 7 miles inland from the Monterey Bay, California. The ocean air tends to rust things very efficiently. The garage is uninsulated. And I mean having the electronics out and using them, not in storage.
  3. B

    Looking for a html code website that had code for backgrounds, fonts, etc.?

    It had code for all sorts of cool fonts, backgrounds, music, etc. I know the website had "star" in the name, I'm pretty sure it was "star____".com, but I can't remember the name for the life of me!
  4. B

    I have LG Neon AT&T but wanna use for Boost mobile sim card?

    I have LG Neon from AT&T but I would like to put sim card Boost mobile and use on this phone Can I do this? And how do I unlock this phone IMEI : 011817-00-230665-6 Please some one help me Thanks
  5. B

    Php Array drop down menu?

    I need a menu and can't find much on how to do it. It would be an array with the name and value. Then if i set a variable with whats selected it will add whats selected then the rest of the array but won't add whats selected twice. If there isn't variable set, then make the whole menu from the...
  6. B

    does apple iphone has a flip flap phone ?

    if they have can u tell the difference between original and non original .
  7. B

    Php Array drop down menu?

    I need a menu and can't find much on how to do it. It would be an array with the name and value. Then if i set a variable with whats selected it will add whats selected then the rest of the array but won't add whats selected twice. If there isn't variable set, then make the whole menu from the...
  8. B

    I have LG Neon AT&T but wanna use for Boost mobile sim card?

    I have LG Neon from AT&T but I would like to put sim card Boost mobile and use on this phone Can I do this? And how do I unlock this phone IMEI : 011817-00-230665-6 Please some one help me Thanks
  9. B

    Will Html 4 still work when Html 5 is out?

    Like will it be Backwards Compatible? If will Html4 run in a Html5 browser?
  10. B

    Is Linux / Android illegal?

    I heard Microsoft owned the patents to it.
  11. B

    Can you use a iPhone as a iPod Touch with out service?

    I was thinking about getting a iPhone 3GS and a Verizon MiFi since Skype can now ring like the Phone app with 4.0 beta.
  12. B

    I am fat and suffered from a "joke" what should I do?

    I gained a lot of weight in one year and weighed 330 pounds and some of my "friends" thought it would be funny to see how fat I could get. One of them ordered a large amount of a substance called Glycenhycinate online. It is used on extremely anorexic people, because it slows down your...
  13. B

    How can i make thumbnails with php on upload?

    So i want to take $_FILES['filename']['tmp_name'] and resize it to 75 75 for the thumbnail and also resize it to 128 128 and keep the original. I want to md5 the file and do md5_75.ext, md5_128.ext and md5_original.ext to have names like that. Then i want to move them to images/$id to keep...
  14. B

    Get Ip Address back from the mysql database with php help?

    $sql_mem_data = mysql_query("SELECT INET_NTOA(last_ip) FROM Users WHERE id=1 LIMIT 1"); if(mysql_num_rows($sql_mem_data) == 0) { echo "Invalid User"; } else { $ipoutput = $row["last_ip"]; echo $ipoutput; } Whats wrong with this? I used $ipaddress = $_SERVER['REMOTE_ADDR']...
  15. B

    Get Ip Address back from the mysql database with php help?

    $sql_mem_data = mysql_query("SELECT INET_NTOA(last_ip) FROM Users WHERE id=1 LIMIT 1"); if(mysql_num_rows($sql_mem_data) == 0) { echo "Invalid User"; } else { $ipoutput = $row["last_ip"]; echo $ipoutput; } Whats wrong with this? I used $ipaddress = $_SERVER['REMOTE_ADDR']...
  16. B

    Is there a way i can do Cross Site Session Variables in php?

    So lets say my site is Examplesite.tld A user logins and i set this infomation. Then they go to Examplesite63.tld which is different company and different server. The script on there site gets that and other data then other site sees i'm Number 4939096 on Examplesite and can use that infomation...
  17. B

    Is there a way in php to have a cookie that my site can edit but any site can read it?

    Is there other methods of doing this? I want to send a token to other sites.
  18. B

    pokemon heartgold/soulsilver wireless Communication help?

    i just want to know if for a multi battle(4 people) you can change the pokemon to level 50 for that battle and if so how?
  19. B

    What is your opinion on people who give thumbs up/down?

    Do you have one? Thanks!
  20. B

    Will Html 4 still work when Html 5 is out?

    Like will it be Backwards Compatible? If will Html4 run in a Html5 browser?
Back
Top