Example #1
0
    ?>
</select>
<br/><br/>	
<table border=4 cellspacing=0 cellpadding=0 width=962  background='#000000'>
<tr>
<td align=center width=16% height=35px;><b>User Id</b></td>
<td align=center width=16% ><b>Username</b></td>
<td align=center width=17% ><b>Name</b></td>
<td align=center width=17% ><b>Email</b></td>
</tr>

<?php 
    if ($username != "Select an user") {
        $dbh = Connection::cal_ro();
        $obj_assignee = new calendarConfig();
        $userdetails = $obj_assignee->getUserDetails($dbh, $username);
        ?>
<tr bgcolor="#F7F7F7">
 <td align=center width=16% height=35px><?php 
        echo $userdetails['user_id'];
        ?>
</td>
 <td align=center width=16% ><?php 
        echo $userdetails['username'];
        ?>
</td>
 <td align=center width=17% ><?php 
        echo $userdetails['name'];
        ?>
</td>
 <td align=center width=17% ><?php