UTF-8 is not working
Hi!
i'm having some issues with utf8 encoding in my form.
at my localhost, when i send the data(using accents: """ etc) to controller, everything works fine.
at server, when i get the data using codeigniter [PHP]$this->input->post('example')[/PHP], returns an empty string
how can i fix it?
ps: my framework config file it's correct
$config['charset"> = 'UTF-8';
-
Hello :) Could you provide us with some additional instructions on how to reproduce the issue? For instance, what's a full example code we can run, and what version of PHP is installed on your system? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment