Webmastersite.net
Register Log In

Problem implementing meta search

Title Problem implementing meta search
Description Integrating a meta search query in wrapper.tpl
Message Text Recently I add a "meta search box" in the "wrapper.tpl" so as to enable my site to handle two types of search: "directory searching" (using WSNLink) and "meta searching" (using meta search script). The meta search script are in a separate folder (wsnlink/search). When implementing it, I encounter some serious problem: (a) When querying from WSNLink search box, WSNLink script will query the "meta search script" and not querying the wsnlink/search.php (b) All php files in WSNLink with a form are disfunctioned. All "send" function (for eg. in add category, edit category, etc) will query the "metasearch script" and not the WSNLink script. The following is the sample "meta search" query code: <form action="search/search.php" method="get"> <input name="qry_str" type="text" size="60"> <input type="hidden" name="extra_qry" value=""> <input type="hidden" name="per_page" value="10"> <select name="category" class="font4"> <option value="web" selected>entire web</option> <option value="web2">directories</option> <option value="web3">news</option> <option value="web4">e-buying</option> <option value="web5">kids</option> </select> <input name="submit" type=image value="submit" src="https://www.webmastersite.net/forums/search/templates/images/go.gif" width="19" height="19"> Please help me.
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership rodzi
Views 400 views. Averaging 0 views per day.
Similar Topics
Submission Date Oct 16, 2005 - 10:20 PM