Hello everybody,
I read through the manuals, but I am still lost when it comes to creating a search from on my page (I'm just an amateur, sorry...)
So I successfully created the index and if I open the search.php site everything works fine. I now wanted to add a search field on my page by using the following code (from the wrensoft-site) :
<form method="get" action="http://www.vpi-schweiz.ch/zoom/search.php">
<input type="text" name="zoom_query" size="20" />
<input type="submit" value="Search" />
<small> Results per page:
<select name='zoom_per_page'>
<option selected="selected">10</option>
<option >20</option>
<option >100</option>
</select><br /><br />Match:
<input type="radio" name="zoom_and" value="0" checked="checked" />any search words
<input type="radio" name="zoom_and" value="1" />all search words </small>
</form>
It displays the button and the field, but when I enter a searchword and hit search, nothing happens. What am I missing?
Any help is highly appreciated!
Best regards - Ralph
I read through the manuals, but I am still lost when it comes to creating a search from on my page (I'm just an amateur, sorry...)
So I successfully created the index and if I open the search.php site everything works fine. I now wanted to add a search field on my page by using the following code (from the wrensoft-site) :
<form method="get" action="http://www.vpi-schweiz.ch/zoom/search.php">
<input type="text" name="zoom_query" size="20" />
<input type="submit" value="Search" />
<small> Results per page:
<select name='zoom_per_page'>
<option selected="selected">10</option>
<option >20</option>
<option >100</option>
</select><br /><br />Match:
<input type="radio" name="zoom_and" value="0" checked="checked" />any search words
<input type="radio" name="zoom_and" value="1" />all search words </small>
</form>
It displays the button and the field, but when I enter a searchword and hit search, nothing happens. What am I missing?
Any help is highly appreciated!
Best regards - Ralph
Comment