brianjw Posted August 18, 2008 Share Posted August 18, 2008 Hi, I figured I would start a new topic lol instead of posting more posts that don't have to do on that certain subject. This is the code I am currently using: $searchTBL = mysql_query("SELECT * FROM ".$db_prefix."_stats WHERE ".$db_prefix."_nick = 'brianjw'"); This basically pulls me out of the database and lists me on the page with all the info. And it does work.. Now, how would I get this to list ALL usernames in the database modifying the code above? Maybe somehow pull all nicks on the page and list them with all their details in the database. Let me know, Thanks. Link to comment https://forums.phpfreaks.com/topic/120201-solved-multiple-users/ Share on other sites More sharing options...
Mchl Posted August 18, 2008 Share Posted August 18, 2008 $searchTBL = mysql_query("SELECT * FROM ".$db_prefix."_stats"); Link to comment https://forums.phpfreaks.com/topic/120201-solved-multiple-users/#findComment-619193 Share on other sites More sharing options...
brianjw Posted August 18, 2008 Author Share Posted August 18, 2008 Thanks that works great. [sOLVED] Link to comment https://forums.phpfreaks.com/topic/120201-solved-multiple-users/#findComment-619203 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.