query("DELETE FROM testimonials WHERE id = $del_id"); header("Location: testimonials.php"); exit(); } $result = $conn->query("SELECT * FROM testimonials ORDER BY id DESC"); ?>
| # | Client Name | Review | Rating | Actions |
|---|---|---|---|---|
| = $row['id'] ?> | = htmlspecialchars($row['client_name']) ?> | = htmlspecialchars($row['message']) ?> | ||
| No reviews yet. Add your first review | ||||