CodeIgniter Forums
Error handling - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Error handling (/showthread.php?tid=36720)



Error handling - El Forum - 12-12-2010

[eluser]Unknown[/eluser]
Why my validation_errors class cannot appear on the my file Views my sintaq like this <?php validation_erros();?> and then my controller ihave already set call librariy form_validation the sintaq like this $this->load->librariy('form_validation'); thanks


Error handling - El Forum - 12-12-2010

[eluser]theprodigy[/eluser]
Instead of:
Code:
<?php validation_errors(); ?>
Try:
Code:
&lt;?php echo validation_errors(); ?&gt; // <--- notice the echo statement