CodeIgniter Forums
I cant work with áéíóú - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: I cant work with áéíóú (/showthread.php?tid=47067)



I cant work with áéíóú - El Forum - 11-24-2011

[eluser]Unknown[/eluser]
Hi guys, im having a problem here again.

result that when i send values via $_POST

inside a controller I cant make an if like this

if($_POST['value'] == "ññññ") //if I submitted a value like "ññññ"
echo "match";
else
echo "not match";

NOT MATCH

if i a do this in the index.php before all the codeigniter configs

THE VALUE MATCH


So what configuration i need to make to codeigniter so he can work with ñ,áéíóú???


someone had the same issue?