All righty.
This may seem a little hard to understand, but I have a table. This table is currently empty but I want to know how to make it so after it connects to my database it pulls each user based on ID and displays all there info for… Well, quick access. But I dont know how to make it so that for each user it displays the info correctly. Any idea on how to do this.
Still confused on what im trying to do?
Lets say I have 3 members in my database, I want it to go through, and make a table, on this page with the 3 members info. (E-Mail, Username, Etc). And it will pull each members info.
Members:
[table]
[tr]
[td]User 1[/td]
[/tr]
[tr]
[td]User 2[/td]
[/tr]
[tr]
[td]User 3[/td]
[/tr]
[/table]
Thanks for any help, -Improvizionz