Jump to content

MySQL result in different pages


Fsoft

Recommended Posts

Hello,


<?php

$query = mysql_query("SELECT * from articles ORDER BY art_id DESC");
while($info = mysql_fetch_array($query))
{
echo $info["art_name"];
}
?>

 

Using this code, I am successfully able to print out (echo) all the article names in DESC order, the problem is I have 100 article names :( and I don't want them to echo on same page.. I want 10 articles on every page.. and then at the end of page, some thing like "Next..." when some one click on Next, they will see the names from 10 to 20 and then so on.. from 20 to 30, 30 to 40 ...

 

Please help friends :( I am stuck. Thanks a lot.

 

Faisal!!!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.