Request #: $sn\n"; $HTML=$HTML."

\n"; $HTML=$HTML."The latest update on $now:\n"; $HTML=$HTML."
Assigned person changed by $fullname."; $HTML=$HTML."
$Description"; $HTML=$HTML."

For detail information, please click here.\n"; $HTML=$HTML."


Language Learning Center\n"; // $ATTM=array("/home/myself/test/go.jpg", "/home/myself/test/SomeDoc.pdf"); $ATTM=array(); SendMail( "pmarcy@mtsac.edu","Language Learning Center", //sender "pmarcy@mtsac.edu","LLC staff", //recipient "", "Computer service request update. #".$sn, //subject $TEXT,$HTML,$ATTM); //body and attachment(s) $TEXT="\n\nRequest #: $sn.\n\n"; $TEXT=$TEXT."This computer service request has been assigned to you by $fullname on $now.\n"; $TEXT=$TEXT."Please go to the following web address for detail information:\n"; $TEXT=$TEXT."detail.php?sn=$sn\n\n"; $TEXT=$TEXT."Please try your best to accomplish this task in time. If you need any assistance, please contact the LLC Supervisor.\n\n\n"; $TEXT=$TEXT."Language Learning Center\n"; $HTML="Hi $fname,\n"; $HTML=$HTML."

Request #: $sn\n"; $HTML=$HTML."

\n"; $HTML=$HTML."This computer service request has been assigned to you by $fullname on $now.\n"; $HTML=$HTML."

Please click here for detail information.\n"; $HTML=$HTML."
Please try your best to accomplish this task in time. If you need any assistance, please contact the LLC Supervisor.\n"; $HTML=$HTML."


Language Learning Center\n"; SendMail "pmarcy@mtsac.edu","LLC", //sender $Email, $n_assignto, //recipient "", "New assignment for you. #".$sn, //subject $TEXT,$HTML,$ATTM); //body and attachment(s) header("Location: /detail.php?sn=$sn"); exit(); ?>