logged in user permission on external page
im trying to to limit access to an external page (outside forum), to users who are logged into the forum... is that possible? something like
if (user logged out) {
header(location: login.php)
}
or whatever
0
This discussion has been closed.