Topic: Test forum/group membership
I've got an additional app I have written in php. The PHP is pretty rudimentary.
The App is located at something like domain.com/app
I've got a PunBB forum at location domain.com/forum
I would like to limit use of this app to just members of a specific group of members of my PunBB forum.
So what I'm looking for is a relatively easy way to simply check if they are members of a punBB group - if they are, letting them move forward. If they are not (or if they are not logged in) sending them to a login page.
However, I'm having a hell of a time finding out how to do that.
Can anyone help?