Jump to content

Output dynamic DB records into several pages


MrVon

Recommended Posts

I have created script that puts user information in MySQL database table called "Users" when they register.

Now i want to create page to show all the accounts in that table and some custom fields they filled in as well.

 

Like Name, Age, Sex.

My table is

 

1Name 2Age 3Sex 4Email

John  22  M  [email protected]

Kate 34 F [email protected]

etc...

 

I trying to show all users at once, so far i pulled info one by one successefully, and also queried that entire table trough array, but its creates huge list on one page i dont like this, i need to separate it to 10 accounts per page. How can i do that?

 

I also like page 1, page2, page3 be linkable from homepage is there way to make them have static page like http://site.com/users.php?pages=2.

 

Please advise.

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.