php include ÅÄÖ = ??? / UTF8 problem

Goremeerbicko

New Member
index.php\[code\]<?phpinclude("header.php");?>\[/code\]header.php\[code\]<?phpecho"<a href='http://stackoverflow.com/questions/3886233/add.php'>L?gg Till</a>";?>\[/code\]result\[code\]L?gg Till\[/code\]The document is utf8 within the head tags and all, it's a php thing, the problem only occurs when i get text from include, i cannot have ??? in included php files , how do i make it work?
 
Back
Top