require_once 'includes/header.php'; ?>
Downloads
Title
File
$get = $con->query("SELECT * FROM site_manager"); while($g = $get->fetch_assoc()) { echo '
'.ucwords($g['title']).'
'; } ?>
include 'includes/footer.php'; ?>