What I'm trying to do is select data from a specific row only in a MySQL database with PHP. For example, lets say if USER1 is logged in, I want to grab that users data from the row in the database and display it on USER1's profile with PHP. How can I do this with PHP? Please help me as I'm new to MySQL!