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. Quote Link to comment 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"); Quote Link to comment Share on other sites More sharing options...
brianjw Posted August 18, 2008 Author Share Posted August 18, 2008 Thanks that works great. [sOLVED] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.