Welcome Guest, Not a member yet? Register   Sign In
sending email with unknown values
#2

Put this code at the top of your send_post() method:
PHP Code:
echo '<pre>';
print_r($this->input->post());
echo 
'</pre>';
die(); 

Check if the post variable 'fo' has a value.
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB