Advanced Search PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: adv_search.zip
  • Last update:
  • Platform: Windows / Linux / BSD
  • Language: PHP
  • Price:Freeware
  • Company: Webme (View more)

Advanced Search script description:



Advanced Search is a PHP script for phpShop Modules scripts design by Webme. It runs on following operating system: Windows / Linux / BSD.
Advanced Search - An advanced search page for phpShop.

Publisher review:
Advanced Search - An advanced search page for phpShop. This advanced search allows the user to refine the search by limiting the search fields and by allowing 2 words to be entered and a boolean AND or NOT to be perfomed.Installation1. Put search.ihtml in the modules/shop/html directory2. Copy and paste the code from adv_search.txt into browse.ihtml just before the following lineelseif ($keyword) {3. Put purl(URL . "?page=shop/search");?>>Advanced Searchwhere you want the link to the search page.4. Add the following code to browse.ihtml prior to the prev/next navigation code:$search_string="";if ($keyword1) {$search_string.="&keyword1=$keyword1";$search_string.="&search_category=$search_category";$search_string.="&search_limiter=$search_limiter";}if ($keyword2) {$search_string.="&keyword2=$keyword2";$search_string.="&search_op=$search_op";} ?>5. In each of the prev/next links at the bottom of browse.ihtml add .$search_string to the url, e.g.$sess->purl(URL . "?page=$modulename/browse&category_id=$category_id&offset=$prevoffset".$search_string);
Operating system:
Windows / Linux / BSD

Related script downloads:

Latest script and internet news

IE 10 for Windows 8, comes with Adobe Flash support

IE 10 for Windows 8, comes with Adobe Flash support

After criticism received at Metro version of Internet Explorer 10 , initially offered no support for Adobe Flash technology, Microsoft has taken measures to correct this problem by working directly with Adobe to integrate the necessary components into the

Posted on: 25 May 2012 10:36 by A. Brown

Windows 8: boot to fast to furious

Windows 8: boot to fast to furious

Last year began to circulate on the Internet videos where Windows 8 systems boot in 7 seconds. Unfortunately, from this performance derives some problems.

Posted on: 25 May 2012 07:28 by A. Brown

Apple prepares iPhone 5 and iOS 6

Apple prepares iPhone 5 and iOS 6

New information coming from some sources close to Apple confirming that the Cupertino giant is testing two different models of iPhone, called internal iPhone5, 1 and iPhone 5.2. Apparently, both devices have a screen of 3.95 inches and a resolution of 113

Posted on: 24 May 2012 08:36 by A. Brown

Windows 8 estimates: 500 million users in 2013

Windows 8 estimates: 500 million users in 2013

Microsoft expects to launch a new wave of optimism with Windows 8. In a recent statement, Steve Ballmer, chief executive at Microsoft, estimates that Windows 8 will reach a total of about 500 million users by the end of 2013.

Posted on: 24 May 2012 08:25 by A. Brown

SPREAD THE WORD

User Rating

Advanced Search
Rating: 4.0 out of 5
Based on 1 ratings. 1 user reviews.

  • Currently 4.00 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5