| 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
$ptype1=explode(',',$_POST['ptype']);
$ptype=$ptype1[2];
//$ptypec=$ptype1[2];
//echo $school;
//die();
require('../connect.php');
$out='<div class="input-group">';
// <!--<input type="text" class="form-control" placeholder="twitterhandle">-->
if ($ptype>=0){
$out.='<input name="amtc" type="text" required value="'.$ptype.'" readonly="readonly" id="Amtc" class="form-control">
';
}else{
$out.='<input name="amt" type="text" required class="form-control" "> <span class="input-group-addon">Naira</span></div>';
}
echo $out;
?>