|
02-27-2004, 06:35 PM | #1 |
Orange Mole
Join Date: Feb 2004
Posts: 47
|
Search Template/Array
hi charter,
1) using search with template - how to include a drop-down menu to select different parts (paths) of website to be searched 2) using search with array only i tried several solutions - all of them work well - but i don't like them at all :-) so - you would do me a great favour - posting two COMPLETE solutions - the way YOU would do it thanks again tomas |
02-28-2004, 11:24 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
>> i tried several solutions - all of them work well - but i don't like them at all...
Hi. Just curious, if they all work well, why don't you like them? :confused: Anyway, the following was not tested much so you'll need to check it. First in function_phpdig_form.php replace the following: PHP Code:
PHP Code:
PHP Code:
Code:
<tr> <td class="greyForm"> <phpdig:form_radio/> </td> </tr> <tr> <td class="greyForm"> <phpdig:form_dropdown/> </td> </tr> </table> <phpdig:form_foot/> When you call search.php you'll get a drop down of sites to search, and then you'll get a drop down of paths within that site to search. Of course, TMTOWTDI and remember to remove any "word" wrapping in the above code.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
explode & array issues | Graphicgreen | Coding & Tutorials | 1 | 03-29-2007 12:35 PM |
Help using output as Array function | ehdesign | How-to Forum | 0 | 09-16-2006 05:32 AM |
Array variables in MySQL UPDATES | peterl3233 | Coding & Tutorials | 4 | 11-10-2005 08:59 PM |
how to use the "phpdigSearch" array | flanders | How-to Forum | 2 | 10-06-2004 06:07 AM |