View file gallery.php
<?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"; ?>
<?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"; ?>