A search function

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
terji
Forum Commoner
Posts: 37
Joined: Tue May 14, 2002 5:27 pm
Location: Denmark

A search function

Post by terji »

I'm trying to figure out a good way to make a search function. I've read that I should use indexing on the table's columns that I'm searching through. Does anyone have a link to something about indexes and search functions?!?!?

I'm using php4 and an Access database. If anyone has some code that I could look at I would appreciate it very much!
What is your opinion on how to make a good search function?
Post Reply