Hi
I am trying to make an anchor to a point on the page on the members profile info page so the page scrolls down to say videos, photos, ect but Ican't retrieve the member ID (high lighted below).
http://mysite.com/profile.php?ID=2
I can get the NickName like this.......
$profileID = getID($_GET['ID']);
$aProfile = getProfileInfo($this->oProfileGen->_iProfileID);
$sNickName = $aProfile['NickName'];
but the ID eludes me. I tried
$sprofileID = $aProfile['ID'];
but that doesn't work. Has anyone any ideas to help me achieve the ID in a link sort of line the one below?
a href="profile_info.php?ID=$sprofileID"