Exemplo n.º 1
0
					Type of Case
				</td>
				<td>
					<?php 
    $caseId = $getdata->GetInfoPlantiffInformation('case_type', $form_id);
    echo $getdata->getNameCase($caseId);
    ?>
				</td>
			</tr>
			<tr>
				<td>
					Application Date
				</td>
				<td>
					<?php 
    echo $getdata->GetObjectFromPCTI('date_time', $form_id);
    ?>
				</td>
			</tr>
			
			<?php 
    $hireInfo = mysql_query("SELECT a . * , b.id AS user_id, b.first_name, b.last_name, c.id AS desgId, c.designation\nFROM hire_staff AS a, members AS b, designation AS c\nWHERE form_id =392\nAND a.hire_id = b.id\nAND b.designation = c.id") or die(mysql_error());
    while ($hireStaff = mysql_fetch_object($hireInfo)) {
        ?>
			<tr>
			  <td>
				<?php 
        echo $hireStaff->designation;
        ?>
				</td>
				<td>