Hello,
In my index.php, I have problems with encodings. When I explore this file, it does not appear according to my encoding settings which are done in HTML part of my file...
But I tried to set the page's encoding through:
iconv_set_encoding();
But the problem is that Php gives me an error on this!
Call to undefined function: iconv_set_encoding()
Note that I'm using Php 4.3.2
Please help me with this! :rolleyes: