Hello Does anyone have any suggestions for a PHP+SQL site search? I have a SQL DB with some graphics that I've "tagged" with an ID. I'd like the ID to be searchable and return all the results when queried by the user. For example: DB: name :: ID :: description widget1 = ant, picture of an ant widget2 = ant, picture of an ant hill widget3 = aunt, picture of my aunt widget4 = and, picture of the word and search for ANT would return pictures from widget1, and widget2 That's what I'm looking for. I'm not a PHP programmer but I can follow readme's, and I've become pretty good at cutting-and-pasting