include ("../menus/menu_side_vegas_visitor.auto");
?>
include ("../menus/menu_side_static.inc");
//
?>
|
php_track_vars; // tells server to pass 'post' and 'get' variables to program
// grab the image size
$imagedata = GetImageSize("../$pic");
$imagewidth = $imagedata[0];
$imageheight = $imagedata[1];
$pic_size = "width=\"$imagewidth\" height=\"$imageheight\" ";
echo "\n\n \n";
if ($caption >= "1") {
echo "
Picture Caption: \"$caption\"
";
}
?>
|