<?php echo validation_errors(); ?> This function will return any error messages sent back by the validator. If there are no messages it returns an empty string.
確定! 回上一頁