Jump to content

html special characters


vlada

Recommended Posts

first of all, hello everyone and sorry if someone asked this question already, i was trying to find answer, but i couldn't.

it's abut special characters in my language (serbian). for example:

user enter his name: Mića

he submit it on page submit.php and that page store his name in db

in db it is stored as Mića

than, index.php retrieve his name and it is echoed as Mića

of course, i want index.php to echo it originaly- Mića

is there someone who can help me with this?

thank you in advance

Link to comment
https://forums.phpfreaks.com/topic/198841-html-special-characters/
Share on other sites

thnx for reply

maybe this is prob

before i insert it in db:

$name=trim(htmlspecialchars(strip_tags(addslashes($_POST['ime']))));

to be honest, i'm new in php and i don't really know what this do, i took it from some tutorial

should i completely remove this and leave just

$name=($_POST['ime'];

or something like that?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.