barkermn01
12-12-2008, 11:33 AM
http://barkstonltd.co.uk/search.php?q=&x=23&y=20&page=1&
That page has a 2 searches on it with limits i have it outputting debug information
SELECT * FROM `Products` WHERE `name` LIKE '%%' OR `description` LIKE '%%' OR `applications` LIKE '%%' LIMIT 5, 10
This is the SQL query running for the output but for some reason it is not returning the correct ammount of results it retuning 10 not the 5, 10 Limit
That page has a 2 searches on it with limits i have it outputting debug information
SELECT * FROM `Products` WHERE `name` LIKE '%%' OR `description` LIKE '%%' OR `applications` LIKE '%%' LIMIT 5, 10
This is the SQL query running for the output but for some reason it is not returning the correct ammount of results it retuning 10 not the 5, 10 Limit