If I make sure the header is always utf-8 it works... so simply adding
Code: Select all
header('Content-Type: text/html; charset=utf-8');Thanks for your help though... it did help to sanitise that what I was doing should have been correct!
Moderator: General Moderators
Code: Select all
header('Content-Type: text/html; charset=utf-8');