Search results

  1. S

    How do I lookup numbers from a broken motorola droid?

    Recently my Droid just cut out on me and i cant even get it to power up, but i have many important numbers on it, is there anyway i can look up numbers ive texted and called without logging into the verizon account? its my dads account and he wont check for me.
  2. S

    how to make asp.net or asp work with xampp or a better testing server for

    asp.net that is not IIS? I wnat to test a website but i dont want to use IIS
  3. S

    i have a old tv from my dad its over 13 years old help?

    its a toshiba theater view (big screen) my dad is dead and i want to try to save it it has this red fadded line on each side that archs inword and i need to find out whats wrong how to fix it who can do it and if they can come to my appt and fix it please help
  4. S

    Please i need a php dislay script fo my upoad files?

    THIS IS MY UPLOAD SCRIPT AND IT WORKS <?php if(isset($_POST['upload']) && $_FILES['userfile']['size'] > 0) { $fileName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $fileSize = $_FILES['userfile']['size']; $fileType = $_FILES['userfile']['type']; $fp =...
  5. S

    How do i make an upload form for images with php to a mysql database and call the image?

    i would like to make a php upload form and also be able to call back the images for each user. please explain it to make it very easy
  6. S

    How to create a multi user login system with php and mysql....i also need session and...

    ...cookies to go with it? I know how to create tables for registratio and login now i need php code that will be very very easy to try and understand even by a novice or a beginner
Back
Top