Jump to content

[SOLVED] how to display mysql database information in multiple pages?


zgkhoo

Recommended Posts

how to display mysql database information in multiple pages?

i would like to display all my member with consist of 400 people

and i wan it list in mulitiple pages, and contain a "delete tick" for me,and when i click the member, can redirect me to member detail imformation.

it just similiar to email pages of yahoo inbox.

anyone know using wat method to do that.

 

thanks,

 

Unfortunately, there's no "pagination" function in PHP... you will need to come up with a custom solution.

 

Also, pagination is quite a heavy task. Might want to check one of the two following tutorials (I haven't read them so I cant guarantee their quality, but they should lead you in the right direction).

 

http://www.phpfreaks.com/tutorials/43/0.php

http://www.phpfreaks.com/tutorials/73/0.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.