php help

They have: 1 posts

Joined: May 2006

does anyone know a script that will allow me to display a member list using php? I am using wordpress, so basically, all I want is a link to a page that has a list of al the people signed up..

Busy's picture

He has: 6,151 posts

Joined: May 2001

Just create a page, connect to database and display the results

the database query would just be a simple: SELECT * FROM database, then usinga while loop display the users how ever you want, could just be something like $display_them .= "".$dbrow[name]."";

They have: 140 posts

Joined: Apr 2006

It is very simple to do. You don't need a script for this. You can just add the code that Busy suggested and you'll get what you need.

He has: 1,758 posts

Joined: Jul 2002

there might even be a wordpress plugin for it. have you checked wp-plugins.net?

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.