Error in my email code |
[eluser]gibbo1715[/eluser]
HI all My first post here, introduced to codeigniter yesterday and i love it!!! can anyone spot my error in the code below please Im trying to sort an email script on my local server through google mail following jeffrey Way's video tutorial but still getting an error If i run an array on the controller page it works fine but if i try and have an email config file i get the error Undefined variable: config My code is as follows config/email.php Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); And my controller/email.php as follows Code: <?php Thanks for looking and any help you can offer Gibbo |
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
|