$_POST empty if there is accent in text |
Check this https://www.codeigniter.com/user_guide/l...input.html
The solution should be $something = $this->input->post('CoupE'); Also make sure your form method is "POST"
There are those who tell lies with meaning behind them and those meaning less lies!
|
Messages In This Thread |
$_POST empty if there is accent in text - by girub - 05-06-2017, 01:04 PM
RE: $_POST empty if there is accent in text - by arisroyo - 05-07-2017, 10:39 PM
RE: $_POST empty if there is accent in text - by arisroyo - 05-07-2017, 10:50 PM
RE: $_POST empty if there is accent in text - by marksman - 05-08-2017, 04:49 AM
RE: $_POST empty if there is accent in text - by girub - 05-19-2017, 03:10 AM
|