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') ";