Search results

  1. L

    Saving up for sports bike, words of advice?

    Saving up for a used bike, dream bike is the CBR600 series. Any precautions? I'm going to get the full body suit. Am located in LA, California. I'm 6ft 1 almost 6ft 2. Never had a bike before. What should I look for in a bike when buying it used? Any price and mileage examples? Any other words...
  2. L

    Who can install LED interior illumination for me?

    Is there any company in Los Angeles area that can install interior illumination LED lights in my car? Do you know of one in the Los Angeles area?
  3. L

    PHP: Strpos() not showing me finding first value in string.?

    I have $found= strpos($string, $valueilookfor); String looks like this " Hello, Yes, Me " Now when I look at what results it gives, it can only find Yes and Me, but not Hello, even though it's in there. What can i do to also be able to find the first value? It's only finding values after a...
  4. L

    PHP: Take string from database and check checkboxes in form?

    I have a string in database that says: Doll, House, Yard Now I have a form with checkboxes Doll, House, Yard, Playground. How can I have those checkboxes checked in the form using the information from database? I have another table in the database to hold all the values Doll, House, Yard...
  5. L

    PHP/Javascript question about checking availability of username?

    I made a reigster user form and want the availability status to automatically show up next to the text box field after user has entered the username and moved on to enter other information. So, check availability without moving to another page and without pop ups. Any help? What codes would I use?
Back
Top