View file gallery.php

File size: 172B
<?php include "head.php";
echo '<center><b>User gallery</b><br />'; include('gallery_data.php'); echo '<br /><a href="upload.php">Upload Photo</a>'; include "foot.php"; ?>