I am not sure why it's not working in server. It works in local server.
I have this code:
$test="<head><meta http-equiv='Content-Type' content='text/html; charset=euc-jp'>";
and I get
syntax error, unexpected 'Content' (T_STRING) in /home/public_html/php/contact-me.php on line 2
My server php version is: 7.1.23
Thank you.