Hi. Does anybody know, how i get the session of phpbb, if someone is logged in?
LOGGEDIN and TRUE: I need the values for those two variables.
I want to check from another site, if the user is logged in.
Thx for every answer.
| Code: |
|
if (isset($_SESSION["LOGGEDIN"]) and $_SESSION["LOGGEDIN"]=="TRUE") { #Some Code... } |
LOGGEDIN and TRUE: I need the values for those two variables.
I want to check from another site, if the user is logged in.
Thx for every answer.
