DarthJawns
New member
I'm working on the user area of my site and I'm trying to get it to display how much currency and the rank the user currently has. I know sql statement would be something like "select * from users where username = ?" but I'm a little lost on how I bind the session username so it knows what username to pull from the users table.