Hi!

I'm trying to send an email (automaticaly, when user register), but I don't get some different letters correct. Here's example code:

...
$message="Some message that contains č, ć, đ, ž, š"; //on the server, I can't write letters like č, ć etc.; I must write their code & # 269,...
mail(...,$message);

I tried different html codes, like & # x010D, but this also doesn't work. Can somebody help me?
//PS. on the server, if I write letter č it automaticaly change it to & # 269.

Recommended Answers

All 2 Replies

Thanks a lot!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.