Example #1
0
                echo 'Inactive';
            }
            ?>
</td>
					</tr>
					<tr>
						<td><b>Skill</b></td>
						<td><?php 
            displaySkill($res[4]);
            ?>
</td>
					</tr>
					<tr>
						<td><b>Work Experience</b></td>
						<td><?php 
            displayExp($res[4]);
            ?>
</td>
					</tr>
					<?php 
        }
    }
    ?>
				</table>
			</div>
		</div>
	<?php 
}
?>
	<!--End Resume Posting Information-->
	<br><br>
Example #2
0
				<tr><td colspan='2'><h3><?php 
echo $mode;
?>
 Experience
				<?php 
if ($mode != "View") {
    ?>
				<input class="btn btn-default" type="submit" id="expEdit" name="expEdit" value='Add Experience' />
				<?php 
}
?>
				</h3></td></tr>

				<tr><td colspan='2'><table class="table table-striped" id="center"><?php 
displayExp();
?>
</table></td></tr>
				<tr id="center"><td colspan='2'>
				<?php 
if ($mode != "View") {
    ?>
				<input class="btn btn-default" type="submit" name='submit' value='<?php 
    if ($mode == 'New') {
        echo 'Submit';
    } else {
        echo 'Update';
    }
    ?>
' >
				<?php