Welcome Guest, Not a member yet? Register   Sign In
Error handling
#1

[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
#2

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




Theme © iAndrew 2016 - Forum software by © MyBB