Activity Stream
48,167 MEMBERS
61048 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default Search

    Hello,
    Im using WCDDL, how can i implement a search box with a option box next to it. So when i select say applications it only search's for applications?
    Daviid Reviewed by Daviid on . Search Hello, Im using WCDDL, how can i implement a search box with a option box next to it. So when i select say applications it only search's for applications? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    Code: 
    <form action="index.php" method="post">
    Search: <input type="text" name="q" /><br />
    Type:  <select name="type">
    <option value="app">Software</option>
    <option value="game">Game</option>
    *etc*
    </select>
    <input type="submit" value="Go!" />
    </form>
    Projects:
    WCDDL - The Professional DDL Script
    Top Secret Project: In Development - ZOMG
    ImgTrack - Never Have Dead Images Again!

  4.     
    #3
    Member
    Or try this

    Code: 
                        <form action="index.php" method="post">
                        <input type="text" name="q" value="" size="20" />
    <p><?php
    echo '<SELECT name=type>';
    echo '<OPTION selected>All</option>';
    foreach($core->allowed_types as $type)
    {
    echo '<OPTION value='.$type.'> '.ucfirst($type).'</option>';
    }
    echo '</select>';
    echo '<input type=submit value=GO />';
    ?>
                        </p>
                        </form>


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 13th Mar 2012, 02:23 PM
  2. Multicolr Search - Colour Search Engine
    By baleegh999 in forum Useful Sites
    Replies: 3
    Last Post: 7th Mar 2012, 03:07 PM
  3. [Selling] PR2 Mp3 search engine automatic search for mp3
    By freecbc3 in forum Completed Transactions
    Replies: 0
    Last Post: 3rd Jul 2011, 08:54 AM
  4. LE: Mp3 Search \o/ PR3!
    By Putin in forum Traffic Market (Buy, Sell and Trade)
    Replies: 5
    Last Post: 21st Dec 2010, 10:32 PM
  5. [Selling] MP3 Search Engines. NeT Automatic search engine
    By freecbc3 in forum Completed Transactions
    Replies: 12
    Last Post: 21st May 2010, 07:13 PM

Tags for this Thread

BE SOCIAL