| Server IP : 172.64.80.1 / Your IP : 172.70.50.62 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/js/ |
Upload File : |
<?php
$secured=$_POST['secured'];
if ($secured=='Yes'){
$out=' <div class="form-group"> Name of your Industrial based Supervisor<input class="form-control" name="supervisor" type="text"></div><div class="form-group"> <i>Describe in detail below how to locate the office/company where you have secured attachment starting from Ede town through the nearest bus stop to the office:</i><textarea class="form-control" name="description"></textarea></div>';
}else {
$out = '<div class="form-group"> If you have not secured a placement, Indicate below two towns you hope to find SIWES placement in order of assurance:
<br> 1. <input class="form-control" name="town1" type="text" value="" ></div>
2. <input class="form-control" name="town2" type="text" value="" ></div>';
}
echo $out;
?>