Hi,
I am getting the error when I try any search. I have tried uploading the files from zoom to a new folder under the index folder, to a subfolder of index and directly into the index folder, all with the same result. I have been using the upload function from my host to load the files.
This is the site http://hamishmckenna.magix.net/index.htm
This is the page returned http://hamishmckenna.magix.net/search.php?zoom_query=watch&zoom_per_page=10&zoom_ and=0
This is the script I used
<form method="get" action="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>
Hope someone can show me an easy fix.
PS. I'm a total novice at this
I am getting the error when I try any search. I have tried uploading the files from zoom to a new folder under the index folder, to a subfolder of index and directly into the index folder, all with the same result. I have been using the upload function from my host to load the files.
This is the site http://hamishmckenna.magix.net/index.htm
This is the page returned http://hamishmckenna.magix.net/search.php?zoom_query=watch&zoom_per_page=10&zoom_ and=0
This is the script I used
<form method="get" action="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>
Hope someone can show me an easy fix.
PS. I'm a total novice at this
Comment