Im not sure where to start except ive connected and done
$result = mysql_query(" SELECT user_id, user_name, user_email FROM users ");
i want to display a list of users id's, names, and emails on my admin page... what do i do to display the $reuslt?
There's a lot of these threads and tutorials out there already. Try searching the forums. Or google it. Here's a link to get you started http://www.devshed.com/Server_Side/PHP/DB_Basics
i have searched the forums... and the point of the forums is to help people who cant find or work out problems in their code or help them start a code. by giving me a link to database info you havent helped me, i already know the info there, i need help with php code.
well, I'm not going to write the code for you. I'm saying that this is one of the most common things people do with php, and your answer is already plastered all over the internet.