Welcome Guest, Not a member yet? Register   Sign In
Error in my email code
#2

[eluser]gibbo1715[/eluser]
All

I have found if i put $config = ''; at the start of my function (see below) it works for me, this seems a bit weird to me to have to define my config as nothing to remove the error so if anyone has any other ideas as to whats going on let me know

thanks

gibbo

Code:
function index()
    {    
    
    $config = '';
    $this->load->library('email', $config);
    $this->email->set_newline("\r\n");


Messages In This Thread
Error in my email code - by El Forum - 12-05-2009, 06:13 AM
Error in my email code - by El Forum - 12-05-2009, 07:24 AM
Error in my email code - by El Forum - 12-05-2009, 09:50 AM
Error in my email code - by El Forum - 12-05-2009, 09:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB