Hi all
Just wondering about the following
WIth PHP you can create basic file, such as .txt and .html
What I am wondering about is - is it possible to create say a .txt file with PHP but also to specify the encoding of the text file - e.g. ANSI, UTF-8, Unicode, etc
The reason I am asking is because I am looking to create different text files with different languages, so that when they are included the display correctly (having predetermined the charset, etc)
I tried before using mySQL databases, but it just looked naff and for large amounts of data it seemed to put a huge strain on the database itself.