PHP Header for UTF-8


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php header('Content-Type:text/html; charset=UTF-8'); ?>

Report this snippet


Comments


You need to login to view comments.