Doxygen Documentation




  Front Page
  Wedding
  Honeymoon
  Pets
  Travel
  Bloggy Style
  Elyse
  Customization
  Documentation
  What's New?

displayImage.php

Go to the documentation of this file.
00001 <?php 
00008 include "functions.php";
00009 
00010 $imageTitle = $HTTP_GET_VARS['imageTitle'];
00011 
00012 print_standard_top("$imageTitle");
00013 
00014 $fileName = $HTTP_GET_VARS['fileName'];
00015 print("<center><img src=\"$fileName\" ></center>");
00016 
00017  print_standard_bottom();
00018 ?>
Last modified: August 30 2018 23:38