'); $End = strpos(substr($GroupPage,$Start),""); $Owner = substr($GroupPage,$Start,$End); $Owner = substr($Owner,strlen('onclick="" >')); $JSON = array( GroupId => $GroupId, GroupOwner => $Owner ); echo json_encode($JSON); ?>