Pagenation help
With the code bellow i want to be able to remove the "ID LIMIT 50" and have the code with pagenation instead but i have problems, i have tried some solutions and failed, is there someone that can help me with this please? :/
PHP:
<div id="block" border="1" width="200" style="float:center">‘;
$i = 0;
$getquery=mysql_query("SELECT * FROM dogs ORDER by ID LIMIT 50");
while($rows=mysql_fetch_assoc($getquery)){
$id=$rows[‘id’];
echo ‘<a href="/index.php?dogs=’. $id .’">
<img…
Pagenation help
See original post by izlik
Leave a Reply
You must be logged in to post a comment.