OOzy Pal wrote: > My html templates are encoded using utf-8. When the > browser reads the files as .html it encodes it fine > and my characters looks fine. However, when php reads > the files and sends them to the browser the files > looks ugly and unreadable. How can I force the broswer > to encode the pages in utf-8. http://php.net/header You'll need to send that char-encoding header thingie, I suspect. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php