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

i already made it work

before
$Name = $this->input->post('Name');
$Email = $this->input->post('Email');
$Company = $this->input->post('Company');
$Host = $this->input->post('Host');
$fo = $this->input->post('fo');
$cc = $this->input->post('cc');

after
$Name = $this->post('Name');
$Email = $this->post('Email');
$Company = $this->post('Company');
$Host = $this->post('Host');
$fo = $this->post('fo');
$cc = $this->post('cc');
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 arugama - 01-08-2018, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB