Guest User

Untitled

a guest
Jan 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. //email template content
  2. $html = $_POST['to_content'];
  3.  
  4. $html = str_replace('&', '{amp}', $html); //not working
Add Comment
Please, Sign In to add comment