Search results

  1. T

    Which is a working Bluetooth Headset for the 8GB iPod Touch 2G?

    I know that it works, yes it is a jailbroken device, i just need a website that has a bluetooth headset on it that works with the ipod touch 2G please dont post something like google.com sais this is one im looking more into personal experience like i bought this headset, i bought it here, and i...
  2. T

    How to make a collapse icon in html for ipod?

    I would like to have text that doesnt show but when someone clicks a plus or a button or link or something the text shows this will have to be ipod compatible. Thanx
  3. T

    Write text in php even though its code?

    I have the following line <?php echo $_POST["resistance"]; ?> to all resistances<br /> now what i want the script to do is get the string resistance that was written in the previous file and then write this to the screen (Lets say for instance the variable resistance was -1000) -1000 to all...
  4. T

    How do i code this in PHP?

    I need a progress bar in PHP but i dont need it to move or anything, all i need it to be is a black box, say 100px long and if i edit the script somewhere i can enter a number between 1 and 100 and if i enter 1 it draws a blue bar inside the black box exacly 1px wide if i enter 97 into the scipt...
  5. T

    What is wrong with this PHP code?

    Why does this not work? Its supposed to go fetch a number out of the database question_id and if that number equals one write Your security Question is <B>What is your middle name?</B> to the screen if it equals two write Your security Question is <B>Where were you born? to the screen, everytime...
  6. T

    PHP or HTML script needed?

    Thanx for reading this question i need one of two things either a HTML script that when someone visits the page they enter information in windows and that information is then saved to a TXT or something like that so i can access it but no one else will be able to this file should be saved on the...
  7. T

    PHP or HTML script needed?

    Thanx for reading this question i need one of two things either a HTML script that when someone visits the page they enter information in windows and that information is then saved to a TXT or something like that so i can access it but no one else will be able to this file should be saved on the...
  8. T

    Stop from ticking two checkmarks in PHP code?

    Hey this is my code, ForceTBC) { $HTML.= "<tr><td>Check if TBC:</td><td><input type='checkbox' name='tbc' id='tbc' /></td></tr>"; $HTML.= "<tr><td>Check if WOTLK:</td><td><input type='checkbox' name='Wotlk' id='wotlk' /></td></tr>"; } $HTML .= "< the section thats revelant anyway, and i have...
Back
Top