Thanks, I found this out in the meantime and I inserted a search form in one of my other domains main page. I also found out how to get the search result displayed in a predefined template.
I have not yet found out what hidden field to include so that the search is only performed in a given URI and not in all the spidered URIs.
I have:
<form action='http://validate/phpdig/search.php' method='get'>
<input type='hidden' name='template_demo' value='custom.html'/>
and this works fine. It also works with the "real" URI of course.
I have not tried what I have to insert in:
<input type='hidden' name='site' value=''/>
<input type='hidden' name='path' value=''/>
as value and which other "hidden" variables can be used.
It's midnight here and I'll continue tomorrow. Thanks for your help so far.
BTW: I tested all functions of phpdig and with just changing the $_VARS into $HTTP_VARS everything works fine under php4.0.5
Regards
Ulrich
|