Welcome Guest, Not a member yet? Register   Sign In
Check if there are Validation Errors before calling validation_errors()?
#2

[eluser]Eric Barnes[/eluser]
You should be able to do something like:
Code:
<?php if (function_exists('validation_errors') AND validation_errors() != ''): echo validation_errors(); ?>


Messages In This Thread
Check if there are Validation Errors before calling validation_errors()? - by El Forum - 07-08-2011, 09:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB