Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MikeCF

    String Manipulation?

    Your example is a little to abstracted for my dull brain at this hour of the morning ;-) Is this script trying to store and retrieve catalogue level information in a flat file? In other words, are you trying to locate products within categories and subcategories and store all that data in one...
  2. MikeCF

    Verity search next/previous buttons

    Thanks guys, great food for thought there! I had wondered about using a temp table. Maybe saving the search results to that and populating a 'keyword' column with the keyword the user had entred in the search. Then I could query the table on each page refresh (with the prev/next buttons) and...
  3. MikeCF

    Verity search next/previous buttons

    Hi, I'm currently writing the results page for a Verity search. I will need to use next/previous for users to be able to page through results. The only problem is that any time i've done this kind of thing before, the query has to be processed each time the page is refreshed. This is a big...

Part and Inventory Search

Back
Top