shmideo Posted December 3, 2014 Share Posted December 3, 2014 Hi, I'm using $clid = mysqli_real_escape_string ($dbcon, $_POST['clid']); but have come across an issue with certain characters, for example: "bekæ" actually searches for "bekæ", hence no records. The records cannot be changed in the table, so is there a way to fix this? Link to comment https://forums.phpfreaks.com/topic/292863-query-in-php-not-working-for-danish-characters/ Share on other sites More sharing options...
hansford Posted December 4, 2014 Share Posted December 4, 2014 Instead of repeating this information, as this issue has come up many times before, here is a link to the answer. http://stackoverflow.com/questions/19546792/php-mysql-foreign-characters Link to comment https://forums.phpfreaks.com/topic/292863-query-in-php-not-working-for-danish-characters/#findComment-1498417 Share on other sites More sharing options...
shmideo Posted December 4, 2014 Author Share Posted December 4, 2014 Thank you! Link to comment https://forums.phpfreaks.com/topic/292863-query-in-php-not-working-for-danish-characters/#findComment-1498525 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.