|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-05-29 14:09 UTC] bate at bate dot de
the functions
htmlentities() and htmlspecialchars()
removes from the euro char (?) some special chars.
Example:
I have a form and i type my euro char in.
after a post i handle it so.
$formstr = htmlentities($formstr);
output of $formstr returns
€ but thats wrong correct are €
workaround str_replace("€","€",$formstr)
Bat[e]
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 02:00:02 2025 UTC |
F**** you script doestn display my full types. str_replace("\&\a\m\p\;\#\8\3\6\4\;","€" Maybe thats helps. :)