![]() |
Parser problems - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Parser problems (/showthread.php?tid=46990) |
Parser problems - El Forum - 11-22-2011 [eluser]Gukkie[/eluser] Hi, im having some difficulty here. It seems that after my user registers and an email gets sent, the next thing i know my email template(What has been sent to the users email) gets rendered out along with "echo "Success.... ".$username;" when the email has been successfully sent, is this normal? Do i have to add a redirect to prevent this? Code: $emailData = array( Cheers! |