<?php
if (isset($_POST['submit'])){
move_uploaded_file($_FILES["file"]["tmp_name"],
"/home/citystud/public_html/" . $_FILES["file"]["name"]);
function mail_attachment($filename, $path, $mailto, $from_mail, $from_name, $replyto, $subject, $message) {
$file = $path.$filename;
$file_size =...