News:

Wondering if this will always be free?  See why free is better.

Main Menu

editing search.php to include other search

Started by pugsx, October 04, 2010, 12:58:08 PM

Previous topic - Next topic

pugsx

Hello,
          I have added a selection box after my search box like so

        <select class="dropdown" name="cat" id="cat">
          <option>Forum</option>
          <option>Xbox 360</option>
          <option>Playstation 3</option>
          <option>Playstation 2</option>
          <option>Sony PSP</option>
          <option>Nintendo DS</option>
          <option>Nintendo Wii</option>
          <option>PC Games</option>
        </select>


What I would like to do is have the smf search.php get the option and decide what to do, example


If ($opt = "Forum"){
Run smf search code
}else{
run my search code
}


would this work or would it be more logical to add a separate search box and submit button?


Cheers PugsX

Advertisement: