phpfreakjav Posted December 16, 2008 Share Posted December 16, 2008 Please take a look  (bom) problem. Nothing I have done so far has worked. How do I remove them from my page. I am using <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> I dont know if php is causing this or how to solve it. Quote Link to comment https://forums.phpfreaks.com/topic/137164-httphidrocultivosjccomcsulaeeindexphp-some-weird-characters-bom_/ Share on other sites More sharing options...
sKunKbad Posted December 16, 2008 Share Posted December 16, 2008 switch the charset to utf-8 Quote Link to comment https://forums.phpfreaks.com/topic/137164-httphidrocultivosjccomcsulaeeindexphp-some-weird-characters-bom_/#findComment-716500 Share on other sites More sharing options...
PFMaBiSmAd Posted December 16, 2008 Share Posted December 16, 2008 The BOM characters are put in the file by your editor. The way to remove them is to either save the file as an ANSI/ASCII file or if you must save the file using UTF-8 encoding, select the option in your editor to save the file without the BOM. Quote Link to comment https://forums.phpfreaks.com/topic/137164-httphidrocultivosjccomcsulaeeindexphp-some-weird-characters-bom_/#findComment-716501 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.