php help
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..
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 posted this at 21:08 — 22nd September 2006.
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]."";
ablaye posted this at 17:30 — 28th September 2006.
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.
andy206uk posted this at 18:13 — 28th September 2006.
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.