HTML Encoding and PHP
Hello im using php i need to compare data from my array and data from
readed captcha. But i got problem with html encoding. Example from my
array:
"osiemnaœcie" => 18,
and data from captcha:
osiemnaście
How can compare these data ? I already tried "html_entity_decode()" but no
results.
No comments:
Post a Comment