how do i search certain forums
<form action="./index.php?act=Search&CODE=01&search_in=titles&forums=all" method="post"> <input type="text" size="30" name="keywords" onfocus="this.value=''" value="Search" /> <input class="button" type="image" src="style_images/disturbed/login-button.gif" /> </form>
i want this "forums=all" to search selected forums example forum ids "16,40,6,7,8,9,37,39,41,42,44,299,104,80,298,146,181,185,204,226,263,260,261,262,294,300"
i have tried:
<form action="./index.php?act=Search&CODE=01&search_in=titles&forums=16,40,6,7,8,9,37,39,41,42,44,299,104,80,298,146,181,185,204,226,263,260,261,262,294,300" method="post"> <input type="text" size="30" name="keywords" onfocus="this.value=''" value="Search" /> <input class="button" type="image" src="style_images/disturbed/login-button.gif" /> </form>
any help would be appreciated
















