Still same error message,
Tried removing both lines also and same message too,
I've searched and found this:
Code:
http://www.yoursite.com/forum/search.php?do=process&query=searchword
But I don't know how to work it into a form like
Code:
<form action="http://www.yoursite.com/forum/search.php?do=process&query=searchword" method="post">
<input name="do" value="process" type="hidden">
<input name="quicksearch" value="1" type="hidden">
<input name="childforums" value="1" type="hidden">
<input name="exactname" value="1" type="hidden">
<div><input class="bginput" name="query" size="25" tabindex="1001" type="text"><input class="button" value="Go" tabindex="1004" type="submit"></div>
</form>
I've tried that code but it just goes to
Code:
http://www.yoursite.com/forum/search.php?do=process&query=searchword
Any ideas about this either?