I would like to add members to the friend list of the primary member, but FriendList does not seem to be the correct table.
Does anyone know where to insert the data so that this mod will work?
list( $iMemID, $sStatus ) = $oPC -> createProfile( $aProfile );
$dump = db_res("INSERT INTO FriendList SET 'ID' = '{$iMemID}', 'Profile' = 1, 'Check' = 1");
I get a page with a red ERROR box on it when I use this code, what is the problem ?
Thank you.
Jeff