Strange character at the beginning of the site pages

1

I'm developing a website in PHP and MYSQL and all pages are displaying the following characters at the top of the page: ï »¿

Each page (index, about, contact ...) to be opened has in the upper left corner, right at the top, this dirt. I already tried to tweak page encoding, database, nothing solved.

Can anyone help me?

    
asked by anonymous 28.01.2016 / 02:34

1 answer

6

I had this problem and I solved the PHP file in Notepad ++ and went to the Tab Encoding and saved the file in UTF8 .

    
28.01.2016 / 10:23