i have a site that uses 2 frames, a topFrame and a mainFrame.
in the topFrame i have a text field and a search button to perfrom a database search. when the user performs the search it calls the search.php script to process the display the results in the mainFrame.
if you use the search.php script by itself it works fine but if you use it via the search form in the topFrame you have to type the search term exactly has it is in the database.
for example to search for "how are you" you have to type either "how" or "how are you". i want it to work if you search for "how", "are" or "you" or even "h", "ar" , ETC...
why doen't it work via the search form in the topFrame?