DavidWel

errors.php

Jan 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php  if (count($errors) > 0) : ?>
  2.   <div class="error">
  3.     <?php foreach ($errors as $error) : ?>
  4.       <p><?php echo $error ?></p>
  5.     <?php endforeach ?>
  6.   </div>
  7. <?php  endif ?>
Add Comment
Please, Sign In to add comment