what is the default character set of text files? and how to convert its data to utf8 to use it in mysql databse ?
no im trying to insert text from text file to mysql database the text files maybe in different languages
ahhh... ok.. you will need to use fopen() fwrite() function.. char set of the file will be regardless until the collation of the table is utf.