Search results

  1. T

    Can I use a mouse bluetooth receiver with other devices?

    I have a wireless bluetooth laser elecom purmie mouse. It comes with it's own usb receiver. I was wondering if you can make it act as a receiver for other devices, because I don't have bluetooth on my laptop. The model of the mouse is m-p3dur bk. It is Japanese mouse.
  2. T

    Playstation 3 HDMI issue - TV is telling me "Invalid Format". Recovery menu does not...

    ...solve.? I was playing New Vegas just a while ago when i plugged in the controller to charge. the screen went blank. This had happened before, so i wasn't worried. Turning this system off and then back on usually solved it , but this time i was greeted with an "invalid format" at the bottom of...
  3. T

    Comparing 3 variables in php?

    Hi, I want to compare 3 variables like so if (($question1=='Black Rock Shooter Phone Strap') && ($question2=='Rena Matsui ????') && ($question3=='Manaka Takane ?? ??')) { $answer="Yes"; } else { $answer="No"; } but it would always return No, it works fine with 1 or 2 variables in the IF...
  4. T

    How do I send variables to a remote server in php?

    I have 2 servers, server a and server b I want server b to get a variable from server both using php. Thanks one of my server doesn't support sql so I can't use sql
  5. T

    PHP Script Help Please!!!?

    Hi, I am new to PHP just learn it within 30min anyway I want to know how I can use php to display text on a webpage. So if a textbox is empty it will recall that page and display a text next to it saying the it needs to be filled in. if ($name=="") { echo "Its Empty"; } if i use that it will...
  6. T

    Can I embed a html page in ebay?

    I want to know if I can make a html page and host it somewhere then in the description of my ebay item I want it to display that page. Is it possible? I don't really want to use ebay's html editor it is harder instead I want to use dreamweaver! If it is possible could you tell me how? Thanks
Back
Top