Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined variable: data when trying to send HTML mail
#11

[eluser]spheroid[/eluser]
[quote author="vinod_ci" date="1195580755"]
$message =$this->load->view('with-ads','');
[/quote]

Likely because you're not passing the info to the $data variable (which outputs the stuff such as your table) to the view.

Try:
Code:
$message = $this->load->view('with-ads', $data, TRUE);


Messages In This Thread
Message: Undefined variable: data when trying to send HTML mail - by El Forum - 11-20-2007, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB