sending email with unknown values |
Did you manipulate CI's core files? By default, CodeIgniter uses the input library for form data. So $this->input->post(...) should give the correct result, not $this->post.
See https://www.codeigniter.com/user_guide/l...input.html |
Messages In This Thread |
sending email with unknown values - by arugama - 01-05-2018, 06:50 AM
RE: sending email with unknown values - by Wouter60 - 01-05-2018, 01:03 PM
RE: sending email with unknown values - by arugama - 01-05-2018, 03:48 PM
RE: sending email with unknown values - by InsiteFX - 01-06-2018, 04:55 AM
RE: sending email with unknown values - by arugama - 01-08-2018, 06:36 AM
RE: sending email with unknown values - by Wouter60 - 01-08-2018, 09:48 AM
|