Search Script

I was wanting to know if someone could help me understand how I can implement a search box on my website. Maybe give me a link for a script or just fyi.

Thanks!

An inputbox submits the input to some file. You $_GET it or $_POST it, and then run a query for MySQL db. The query would be something like:

‘SELECT * FROM tbl WHERE MATCH(columnName) AGAINST ("’ . $givenInput . ‘*" IN BOOLEAN MODE)’;

I can’t really help, because you left out a lot of details, like what server-side language you’re using, what db you’re using, etc.

I’m trying to find this one particular song I heard on F-List (that top five music videos countdown that used to be on fuse) “[color=black]*** bearing from China[/color]” episode, so it will be very helpfull if you named all five music videos from that episode so I may find it somehow. Thanks.