Yup - I just don't get it
PHP Code:
$recent_sql = mysql_query("SELECT
type,
price,
description,
hire,
age,
adults,
requirements,
overnight,
picture,
dim,
gallerypics
FROM range
WHERE type='".$choice."'");
$result = mysql_query($recent_sql, $link_id) or die('Query failed: ' . mysql_error().'<br>'.$query);
$row = mysql_fetch_row($result) or die(mysql_error());