I need help with this too...
The code i have so far is:
<div style="white-space:nowrap;">
<form action="mysite" method="post">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="text" style="width:100px;" class="bginput" name="query"/>
<input style="font: bold 10px Arial" type="submit" class="button" value="Search" /></form>
</div>
Can anyone tell me how i would be able to search a specific category/forum? such as Forum ID 11?
|