Search form
Hello,
I added search form to side column which show on all my pages:
<form method="get" action="search.php">
<input type="text" name="q" size="25"
maxlength="255" value="" />
<br style="line-height:5px" />
<input type="submit" value="Search" />
</form>
But this form take users to Search Forums: /forums/search.php?q=free
and I need form or code which will show the results after the search.
Please help.
Thank you.
|