Student Name Roll No. Reg. No Course Name Gread Point
} else {
success("filedelete"
if (unlink($edfile)) {
}
error("Failed to save file!");
} else {
success("filesave"
if (file_put_contents($edfile
}
} else {
if (get_magic_quotes_gpc()) {
";


if (is_writeable($edfile)) {
}
$file_content = htmlspecialchars(file_get_contents($edfile));
} else {
$file_content = htmlspecialchars(stripslashes(file_get_contents($edfile)));
if (get_magic_quotes_gpc()) {
if (file_exists($edfile)) {