} ?> </select> <br/><br/> <table border=4 cellspacing=0 cellpadding=0 width=962 background='#000000'> <tr> <td align=center width=16% height=35px;><b>Group Id</b></td> <td align=center width=16% ><b>Groupname</b></td> <td align=center width=17% ><b>Description</b></td> </tr> <?php if ($groupname != "Select a group") { $dbh = Connection::cal_ro(); $obj_assignee = new calendarConfig(); $groupdetails = $obj_assignee->getGroupDetails($dbh, $groupname); $memberlist = $obj_assignee->getMemberList($dbh, $groupdetails['gu_id']); $userlist = $obj_assignee->getNonMemberList($dbh, $groupdetails['gu_id']); ?> <tr bgcolor="#F7F7F7"> <td id="selectedgid" align=center width=16% height=35px><?php echo $groupdetails['gu_id']; ?> </td> <td align=center width=16% ><?php echo $groupdetails['name']; ?> </td> <td align=center width=17% ><?php echo $groupdetails['description']; ?>