Advertisement
hamjoricantiq

Untitled

Feb 3rd, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php if (!empty($success)) { ?>
  2.         <div class="alert alert-success">
  3.             <p><?= $success?></p>
  4.         </div>
  5.     <?php } ?>
  6.  
  7.     <?php if (!empty($error)) { ?>
  8.         <div class="alert alert-danger">
  9.             <?= $error ?>
  10.         </div>
  11.     <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement