Student Name Roll No. Reg. No Course Name Gread Point
$text = file_get_contents($d.$f);
{
elseif($base64 == 4)
}
$encoded = base64_encode(file_get_contents($d.$f));
echo "Base64 Encode + Chunk + Quotes
";
{
elseif($base64 == 3)
}
$encoded = chunk_split(base64_encode(file_get_contents($d.$f)));
echo "Base64 Encode + Chunk
";
{
elseif($base64 == 2)
}
$encoded = base64_encode(file_get_contents($d.$f));
echo "Base64 Encode
";
{
if ($base64 == 1)
$encoded = "";
}