iuliaa

errors.php

Oct 17th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php if(count($errors)>0) : ?>
  2. <div>
  3.     <?php foreach($errors as $error) : ?>
  4.         <p><?php echo $error ?></p>
  5.        
  6.     <?php endforeach ?>
  7. </div>
  8. <?php endif ?>
Add Comment
Please, Sign In to add comment