Brockley, Abbey Wood, Dulwich, Etham, Herne Hill
| Abbey Wood |
Anerley |
Brockley |
| Dulwich |
Etham |
Forrest Hill |
| Herne Hill |
Kennington |
Thamesmead, Walworth, Lee, Sydenham
| Lee |
New Cross |
| Peckham |
Rotherhithe |
Sydenham |
Upper Norwood |
| Thamesmead |
Upper Norwood |
Walworth |
Blackheath Scrap Car
Catford Scrap Car
Greenwich Scrap Car
Lewisham Scrap Car
South East London Car Recyclers
As a South East London resident the recycle route is up to you.
Sell your vehicle to a South East London Treatment centre where is is crushed and melted down.
Dispose of your South East London junk car to an auto dismantler, where parts are re-used in other vehicles, extending their life.
The South East London Car Treatment centre process is quicker as your motor is melted down to make other products. The South East London junk yard process, reduces car part manufacturing, but will take longer for the motorcar to be demolished completely.
Scrap Cars Wanted South East London
Several South East London agents want your scrap cars. Complete the simple online form stating what South East London post code the vehicle resides.
if (!is_numeric($page)) {
$page = 1;
}
if (!is_numeric($perpage)) {
$perpage = 20;
}
$offset = ($page - 1) * $perpage;
$sql = "SELECT count(*) as car_count FROM fokm_best_copy WHERE deleted = '0'";
// $query_result = mysql_query($sql);
$stm = $con->prepare($sql);
$query_result = $stm->execute();
$res12 = $stm->fetchAll();
// $count = mysql_result($query_result, 0, 'car_count');
$count = $res12[0]['car_count'];
//$count = 31; // TODO Fix this - should perform "";
$x = 1;
for ($i = 1; $i <= $count; $i += $perpage) {
?>
$x++;
}
?>
prepare($query);
$query_result = $stm->execute();
$count = $stm->rowCount();
$res12 = $stm->fetchAll();
$query = "SELECT * FROM fokm_best_copy WHERE town = 'south east london'";
//
// $query_result = mysql_query($query);
$stm = $con->prepare($query);
$query_result = $stm->execute();
$count = $stm->rowCount();
$res12 = $stm->fetchAll();
if ($count > 0) {
for ($i = 0; $i < $count; $i++) {
//if (in_array(mysql_result($query_result, $i, 'make'), $makePermissions) && in_array(mysql_result($query_result, $i, 'area'), $areaPermissions)) {
echo "
- " . (is_numeric($res12[$i]['make']) ? getMake($res12[$i]['make']) : $res12[$i]['make']) . " " . $res12[$i]['model'] . " " . $res12[$i]['year'] . " " . (is_numeric($res12[$i]['area']) ? getArea($res12[$i]['area']) : $res12[$i]['area']) . " " . $res12[$i]['town'] . " " . date("h.ia", strtotime($res12[$i]['datetime'])) . "
";
//}
}
}
?>