What is the best way to implement simple pagination? Here is the code im using to put the items from the database into a table:
$sql = "SELECT * FROM table WHERE id='id' ";
$result = mysql_query($sql);
while($row=mysql_fetch_array($result))}
echo($row['id']);
echo($row['name']);
}
Bu yüzden 20 ile bunu ayarlamak için (? Bla.php sayfa = 2) ardından, 10 ofset ayarlamak için (? Bla.php sayfa = 1) $ _GET ['sayfa'] kullanmak istiyorum ben sadece bu pageinate istedi?