I'm sorry to be a pain.
I've now got my query looking like this:
PHP Code:
$recent_sql = "SELECT type, price, description, hire, age, adults, requirements, overnight, picture, dim, gallerypics FROM range WHERE type='".$choice."'";
... but still no luck