File manager - Edit - /home/custbahd/cornerstoneassetmanagers.com/admin/counter/get-event/index.php
Back
<!-- Reminder Pop Start --> <?php session_start(); include_once "../db/config.php"; include_once('../db/count_db.php'); $sql = "SELECT count(*), type FROM reminders WHERE seen='1' AND type='Task'"; $result = $conn->query($sql); while($row = mysqli_fetch_array($result)) { if ($row["count(*)"]) { if ($row["count(*)"]==1) { $reminder_type = "task"; } else { $reminder_type = "tasks"; } echo "<div class='alert alert-success solid alert-right-icon alert-dismissible fade show alert pop two fs-12'> <span><i class='fa fa-bell swing'></i></span> <button type='button' class='close h-100' data-dismiss='alert' aria-label='Close'><span>×</span> </button> <strong>Alert:</strong> You have <span>".$row['count(*)']." ".$reminder_type."</span> </div>"; } } ?> <!-- Reminder Pop End -->
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.6 |
proxy
|
phpinfo
|
Settings