Forum Moderators: coopster

Message Too Old, No Replies

Using a search facility for price range

         

cdgeorge

7:15 pm on Feb 7, 2005 (gmt 0)

10+ Year Member



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)

WebmasterWorld Administrator 10+ Year Member



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...]