Site integration help
-
Is it possible for some one to show me how to do site integration with php
sudocode:
If (!loggedin){
echo “Login”;
}else{
echo UserId;
echo Username;
echo UserDisplayName;
}
I want bbPress to do all the authentication I just need to know how to pull that information. Or at least the userId. and I need this on the server side so I can do some other stuff. Thanks
- You must be logged in to reply to this topic.