Can anyone here point me in the right direction with regards obtaining a search facility for my website that will allow be to search for a price range then output the result to a page?
jatar_k
7:20 pm on Feb 8, 2005 (gmt 0)
I assume you are searching a database on your server?
you could do something like
select * from products where price between 1 and 10 [dev.mysql.com...]