Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $mail->CharSet = "text/html; charset=UTF-8;";
  2. $mail->IsHTML(true);
  3. $mail->msgHTML(file_get_contents('proposta.php?id='.$_GET["id"].''), dirname(__FILE__));
  4.  
  5. file_get_contents('proposta.php?id='.$_GET["id"].''
  6.  
  7. file_get_contents('http://localhost/projeto/ proposta.php?id='.$_GET["id"].''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement