HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/damratoski/handrails.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS); 
}

$numpics = 21; 
if (!($img)) { $img = 1; }

if ($img < 3) { $min = 1; $max = 5; }
else if ($img > ($numpics-2)) { $min = 17; $max = 21; }
else { $min = $img - 2; $max = $img + 2; }

require("_header.php");
?>

<P><img src="gui/gallery22.jpg" align="left">

<P><span class="title">Handrails</span>

<P>Metal is enduring, classic, contemporary; brining a uniqueness to any space.  Clean lines develop an
aesthetic scene, taking an ordinary case of stairs and evolving them into a work of art.  Cold, hard, steel
is not the only pallet obtainable.  There are various textures and hues created with destinct finishes, 
making the plain into something striking. 

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<?php
require("_footer.php");
?>