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 Mike Lewis 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

    Problem with autoincrement

    Hey thumbelina how ya doin' Well the reason i wanted to reset was that i had a id number that went from 1 to 2000. (That was how many entries i had in my database.) One day i wanted to test something out and i inserted a new entry in my db with a id number of 5000. I put that in so i could...
  3. rhodesiascout

    Problem with autoincrement

    I have the same problem with baggins.Let me explain. I have a table with data in it . One of my columns is called "id" and its auto increment. However because i have deleted a lot of rows from the table , my id column has values like this : 1, 2, 3, 5, 11, 14, etc. How do i reset...
  4. 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...
  5. 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...
  6. 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?
  7. 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