View Single Post
  #1  
Old 03-27-2004, 02:33 PM
 
ngwheels ngwheels is offline
 

Member
  
Join Date: Feb 2004
Posts: 12
 

Default 3.5.4 Custom search page navigation issue.

I've created a custom search page based off of select boxes, everything works fine, except for the navigation. When the next page is clicked it doesn't show any results. Any ideas?

This is the query I'm using:
Code:
$substring_query = "AND ($sql_tbl[products].param01 LIKE '%$substring%' OR $sql_tbl[products].param03 LIKE '%$substring%') AND ($sql_tbl[products].param00 LIKE '$finish' OR $sql_tbl[products].param03 like '$finish') AND ($sql_tbl[products].param02 LIKE '$size' OR $sql_tbl[products].param03 LIKE '$size') ";
Reply With Quote