PHP Classes

File: templates/includes/message.inc.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   templates/includes/message.inc.php   Download  
File: templates/includes/message.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 221 bytes
 

Contents

Class file image Download
<?php if (!empty($error_msg)): ?>
<p class="center bold red-text"><?= $error_msg ?></p>
<?php endif ?>

<?php if (!empty($success_msg)): ?>
<p class="center bold green-text"><?= $success_msg ?></p>
<?php endif ?>