non fai mai il GET di start!


Prova così:

if (!isset($_GET['start'])) {
$start = 0;
}
else {
$start = $_GET['start'];
}