Assignment Upload (Tuan experiment

<?php
$current_user = wp_get_current_user();
echo $current_user->user_email;

$CourseCode=""; 
if (stristr($_SERVER[REQUEST_URI],"jd100"))	{ $CourseCode="JD100" ;}	
if (stristr($_SERVER[REQUEST_URI],"gt100"))		{ $CourseCode="GT100" ; }	
if (stristr($_SERVER[REQUEST_URI],"fj100")) { $CourseCode="FJ100" ; }	
if (stristr($_SERVER[REQUEST_URI],"dd100")) { $CourseCode="DD100" ; }

$Assignment="";
if (stristr($_SERVER[REQUEST_URI],"fj100-1-2-1")){$Assignment="Stringing Without Knots (First Project)";} 
if (stristr($_SERVER[REQUEST_URI],"fj100-2-2-1-"))	{$Assignment="Partially Knotted Pearl Necklace (Second Project)";}
if (stristr($_SERVER[REQUEST_URI],"fj100-3-2-1")){$Assignment="Professional Wirework (Third Project)";}
if (stristr($_SERVER[REQUEST_URI],"fj100-4-2-1")){$Assignment="Professional Wirework (Fourth Project)";}
if (stristr($_SERVER[REQUEST_URI],"fj100-5-2-1")){$Assignment="Final Project)";}

?>

To complete the submission, please upload your file(s) at <a href=”https://test.jdmis.edu.sg/assignments/assessmentUpload_form.php?email=user_email&course=<?=$CourseCode?>&assignment=<?=$Assignment?>”>JDMIS Assignment Upload Portal</a>

Enable Notifications OK No thanks