allez je me devoue pour la premiere (et derniere) fois que je viens ici ...
alors pr ta page de pagination, tas une page PAGE.php
que tu peux appeler ainsi :
PAGE.php
PAGE.php?limit=XX (pr reprendre lex de bruce) ou XX = 10 20 30 40 50 60 ....
code-algo (un sacré melange
) de PAGE.php :
si not exist ($limit)
$limit = 0;
$sql = SELECT * FROM messages LIMIT $limit,10;
for $i=1->10
affichage de la ligne
afficher <a href=PAGE.php?limit=$limit-10>BACK</A>
afficher <a href=PAGE.php?limit=$limit+10>NEXT</A>
voila, mais a mo avis, la lecture d'un bon tutorial et des exeples est largement conseillée
[jfdsdjhfuetppo]--Message édité par beleg--[/jfdsdjhfuetppo]