I'm using a phpblock on the profile page (/someuser) and I'm having a hard time getting the member ID of the member being displayed, so that I can look up their profile info and display it in the php block. I've tried $profileID, and _GET("ID") but these seem out of scope. How can I get the member ID (not the ID of the currently logged in user)?
pm