> <?=$PHP_SELF?>?<?=$QUERY_STRING?> (or simply > http://infoworld.shinewelt.de/?search=yes&the_variables_from_htsearch)
Yes, you should be able to do this with a combination of two attributes: script_name (to change htsearch, etc.) <http://www.htdig.org/attrs.html#script_name> allow_in_form (to pass the "search=yes") <http://www.htdig.org/attrs.html#allow_in_form> But it may also simply be easier to rewrite the URLs using a PHP template to meet your needs. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

