-
Internal, External, French and Folding Sliding Doors
Express Doors Direct are a leading supplier of internal, external, bifold, french doors and folding sliding doors to suit any home or project. All doors come with a 10 year guarantee as standard.
Check out our range of patio doors - available as bifold, french or sliding doors, in uPVC or aluminium.
try {
$st = $db->prepare("SELECT *
FROM categories
WHERE status = ? AND runner <= ?
ORDER BY runner ASC");
$st->execute(array("Published", 8));
while($r = $st->fetchObject()){ ?>
-
echo $r->c_name; ?>
echo $r->strapline; ?>
From £ echo number_format($r->low_price,2); ?> - £ echo number_format($r->high_price,2); ?>
View Range
}
} catch(PDOException $err){ $error = $err->getMessage(); }
?>