Display range of answers - PHP & MYSQL
Just got a bit of a mental block on how to do somehting. 
I want to search through a databse to display a range of possibilties.
eg, I want to display all toys that cost between £20 and £30.
SELECT * FROM toys WHERE type='$type' and cost='***THE PROBLEM CODE***'";
Anyone able to help me out as I'm in thicko mode
Cheers
Wardy
|