Author: Zon Hisham Email: [EMAIL PROTECTED] Message: In my php script, I opened up my manufacturer database and do a "SELECT * FROM cars". The problem is, the text fields in tables cars, consisted of codes like, MUS which stands for Mustang, VOL which stands for Volkswagen N which stands for New U which stands for Used There is a second table named make which holds the car make: (table field) makecode which holds MUS, VOL etc etc (table field) desc which holds Mustang, Volkswagen etc etc Should I index the directory containing this script, I will get: http://zh2/man/list.php?model=MUS&status=U http://zh2/man/list.php?model=VOL&status=U http://zh2/man/list.php?model=MUS&status=N etc etc However, my visitors will not be able to do a search on 'Mustang' or 'Volkswagen', bcos these words are not in the database. Q1)Fortunately, udmsearch can do indexing on mySQL database. I have also read that, my udmsearch tables MUST be in the SAME database, ie the manufacturer database. Is this true? Q2)I have also looked at the HTDB example. Unfortunately, it is a very simple example and I just DO NOT know how to relate the example with my situation. ie how do I indexed table cars and make so that the URL will look like http://zh2/man/list.php?model=MUS&status=U etc etc I would appreciate if anybody can gimme a short example or point me to a URL that does that. Thanking you for your every assistance. rgds. Zon Reply: <http://search.mnogo.ru/board/message.php?id=897> ______________ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]
