Example #1
0
</select>
<br/><br/>	
<table border=4 cellspacing=0 cellpadding=0 width=962  background='#000000'>
<tr>
<td align=center width=20% height=35px;><b>Team Id</b></td>
<td align=center width=20% ><b>Team name</b></td>
<td align=center width=20% ><b>Description</b></td>
<td align=center width=20% ><b>User Ilist</b></td>
<td align=center width=20% ><b>Admin Ilist</b></td>
</tr>

<?php 
    if ($team != "Select a team") {
        $dbh = Connection::cal_ro();
        $obj_assignee = new calendarConfig();
        $teamdetails = $obj_assignee->getTeamDetails($dbh, $team);
        ?>
		<tr bgcolor="#F7F7F7">
 		<td align=center width=20% height=35px><?php 
        echo $teamdetails['team_id'];
        ?>
</td>
 		<td align=center width=20% ><?php 
        echo $teamdetails['team_name'];
        ?>
</td>
 		<td align=center width=20% ><?php 
        echo $teamdetails['description'];
        ?>
</td>
 		<td align=center width=20% ><?php