The only error message I'm getting is:
Code:
Query failed: Unknown column 'castle' in 'where clause'
PHP Code:
$recent_sql = mysql_query("SELECT id,
title,
type,
price,
description,
hire,
age,
adults,
requirements,
overnight,
picture,
dim,
gallerypics
FROM range
WHERE type=$choice");
Leave a comment: