Admin Approval System

query("SELECT * FROM testimonials WHERE status='pending'"); while ($row = $result->fetch_assoc()) { echo "

" . htmlspecialchars($row['testimonial']) . "

"; } ?>