asmith Posted September 9, 2009 Share Posted September 9, 2009 Hi, I have a search form like this: <form action="" method="post" accept-charset="UTF-8" style="margin: 0;"> <input type="text" name="search" style="width: 190px;" value="'.$_POST['search'].'" /> When I type € character in it. It searches the database and apparently find things with these character. But it shows this character as € (Convert it when page reloads for search) Why is this happening? and how can I prevent it? Quote Link to comment https://forums.phpfreaks.com/topic/173626-solved-confused-by-character-set/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.