Jump to content

Getting Users From A Table And Displaying Them?


CoreDestroyer

Recommended Posts

I'm making a "members" page and I was wondering if it were possible to grab the username and profile picture (which, atm, is just a default one that no one could customize,) and make it display on a page. Then, when you click it, find their ID and have it go to their profile. Is it possible?

Can someone help me with it then?

 

You haven't' actually asked a php coding help question (the forum where you posted this) and the question you did ask, if something is possible, was addressed. Exactly on which part of doing this, you listed three main things (grab the username and profile picture; make it display on a page; when you click it, have it go to their profile), do you need help with an error, a problem, or a coding question you had when you tried to do them?

It is possible, you would use a select query, you would fetch the data from the specified table with mysql_fetch_assoc() in a while loop, within that while loop you want to echo out all the information either in a table or an awkward structure of divs.

 

If you want an example, say so.

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.