Guest User

Untitled

a guest
Dec 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $uploaddir = 'bo_image/';
  2. $bank_statement = $uploaddir . basename($_FILES['bank_statement ']['name']);
  3. move_uploaded_file($_FILES['bank_statement ']['tmp_name'], $uploadfile);
  4.  
  5. $mail->addAttachment($bank_statement);
Add Comment
Please, Sign In to add comment