and I'd like to get the highlighted data: User ID, User Name, User's Group Memberships. BTW I'm using PHP's preg_match_all( $pattern, $subject, &$matches ); function.
Any help would be greatly appreciated.
PS: Sorry for my bad English and not much details provided I'm a bit tired.
czech_d3v3l0p3r wrote:...
not much details provided I'm a bit tired.
Well, perhaps you should get a good night's sleep and then post back with enough details and perhaps post what you have tried so far.
I mean, you wouldn't like it if people started answering your question without actually reading your question or providing wrong answers just because they were too tired to post a proper answer, right?
czech_d3v3l0p3r wrote:...
not much details provided I'm a bit tired.
Well, perhaps you should get a good night's sleep and then post back with enough details and perhaps post what you have tried so far.
I mean, you wouldn't like it if people started answering your question without actually reading your question or providing wrong answers just because they were too tired to post a proper answer, right?
prometheuzz wrote:Okay, it's not possible to do this in one go since the "membership" list does not have a fixed size per user. You could do it like this:
...code...
You're an awesome guy! Thank you very much, that really helped me. ^_^
prometheuzz wrote:Okay, it's not possible to do this in one go since the "membership" list does not have a fixed size per user. You could do it like this:
...code...
You're an awesome guy! Thank you very much, that really helped me. ^_^