Hi Friends,
I would like to know how to retrieve the id of the profile that is currently being viewed by a guest or a member.
But I am unable to retrieve the profile id.I tried the following but did not worked -
$iID = $this->_iProfileID;
or
$iID = (int)$_REQUEST['ID'];
Your help would be appreciated.
Thanks
Mick