Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rhodesiascout

    How can multiple characters be considered equivalent?

    I have made a search engine on my site and it searches a MYSQL database.Usually searches are case-insensitive, that is when you search for "cars", it can return the results "Cars" or "CARS" or "caRs" etc. This is fine. I however have two different...
  2. rhodesiascout

    mysql syntax

    I seem to have a problem with my queries I have 2 tables with 2 columns each as you can see below. auto moto code time code time a1 20001201 b1 20001203 a2 20001204 b2...
  3. rhodesiascout

    language problem

    I am using php3 and mysql. I have built this search engine and i've inserted some websites into my database. Now when i search, using english characters , it returns me the correct websites including the greek ones. No problems here. However if i type a greek keyword for a website that i know...
  4. rhodesiascout

    how to use JS to connect to mySQL?

    hi guys Is it possible to use javascript to connect to a mySQL database? How? Also how do i SELECT data from the database using javascript?
  5. rhodesiascout

    how to pull data from mysql using php

    Hi guys this is my problem. I am making a database using mysql where i have 2 tables, one for car manufacturers and one for car models.I've already done that. I have made a php page where i have 2 drop down menus. The first menu shows car makers(manufacturers) and the 2nd nothing. Now when...

Part and Inventory Search

Back
Top