Friday, January 15, 2010

Create Your Own Word Search How Hard Is It To Create Its Own Search Module On A Database Driven Site?

How hard is it to create its own search module on a database driven site? - create your own word search

I have two tables, one for movies and one for TV ... Both have golf title.
They want a search engine to the title to find the name to create. Plan not just match the query, if the word "GET" in the search box to find the word in the title of the two categories, and if so, to print?

I have over 4000 songs together .. fast enough to do it this way?

1 comments:

Anonymous said...

Just do a select query in the domain = user input. Get back the data in tabular form in a grid, in PDF or XLS or raw materials on the site.

Post a Comment