Fix importazione
This commit is contained in:
@@ -132,10 +132,10 @@ while (is_array($dati) && sizeof($dati)>0){
|
||||
// }
|
||||
// }
|
||||
|
||||
$count+=100;
|
||||
$statement = $pdo->query("select * from notizia order by id desc limit $count,100");
|
||||
$dati = $statement->fetchALL(PDO::FETCH_CLASS,"stdClass");
|
||||
}
|
||||
$count+=100;
|
||||
$statement = $pdo->query("select * from notizia order by id desc limit $count,100");
|
||||
$dati = $statement->fetchALL(PDO::FETCH_CLASS,"stdClass");
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user