Preserved Topic: Site Search (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: USA |
posted 02-25-2002 04:47
I'm working on a site search script and don't quite know where to start with making it search each page on the site for whatever is typed into the search area. Can someone point me in the direction of like a tutorial/explanation/anything that could help me? |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 02-25-2002 05:16 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 02-25-2002 07:13 |
Bipolar (III) Inmate From: USA |
posted 02-26-2002 02:04
yah Pugz mysql and php, all i've gotten to work so far is a very basic user login thing (i'm working on sessions right now) and a basic news submission/calling script. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 02-27-2002 09:15
I've got a very basic search feature on my site, but it only uses "LIKE %$search%" in mysql. This of course only works for matching exact strings (like a word, or a string of characters in a word). How can I make it return matches of any words in the search like a normal search engine?? any tutorials out there that I haven't found yet? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 02-27-2002 14:38
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 02-27-2002 18:00
On a whim, I started to play with LIKE, but I'm lost with a failing SQL query. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 02-27-2002 18:22 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 02-27-2002 19:04
The poster has demanded we remove all his contributions, less he takes legal action. |