php - Strange letters showing up? -


well had problem include() blank area. said open notepad++ , save utf-8 without bom. can see strange letters @ blank area. how can remove that? , there way create php without bom in dreamweaver cc?

i assume question using windows ?

http://www.bryntyounce.com/filebomdetector.htm

is best bom remover windows have used.

edit:

for mac open terminal window ,

sed -i .bak '1 s/^\xef\xbb\xbf//' *.php 

to stop happening again

utf-8 without bom?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -