| Current Path : /var/www/html/venkat/projectjan2016/project2/ |
| Current File : /var/www/html/venkat/projectjan2016/project2/size.php |
<?php
if($sem == 8 || $sem == 3) {
?>
<tr>
<td width="100"> Size of the Project Group </td>
<td width="16">:</td>
<td width="100">
<input type="radio" name="size" value="1">One </input>
</tr>
<?php
}
else { ?>
<tr>
<td width="100"> Size of the Project Group </td>
<td width="16">:</td>
<td width="100">
<input type="radio" name="size" value="5">Five </input>
<input type="radio" name="size" value="6">Six </input>
<input type="radio" name="size" value="7">Seven </input>
</tr>
<?php
}
?>