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. 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 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. 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
Archived
This topic is now archived and is closed to further replies.