I am trying to figure out how to add the user's id from the database to put in their profile. (EX: You are user: XX!)
I have usernames working:
But I tried adding id instead of username, without luck. How would I do this?PHP Code:echo "Welcome to your profile, $_SESSION[username]!";
Another thing, how would I show on the homepage "XX Users have currently registered!" ?


LinkBack URL
About LinkBacks
Reply With Quote
