Liners

Pool Liner Options

 

 

Pool Liner Options

 

 

It’s the most important part of your pool — the part you’ll see every day for the rest of your life. That’s why we pay so much attention to the quality of our pool liners. We know your pool liner has to do more than just look good through years of sun, water, chlorine, ultraviolet light, heat and cold, as well as everyday wear. It has to fit perfectly. No wrinkles, No bulges, Not now. Not ever. It has to be as trouble-free years from now as it is today. The material has to be the best available. Seams have to be sealed absolutely water-tight.

$result = mysql_query( “SELECT
a.Key
,a.Header
,b.image_name
,b.image_display1
,b.image_display2
,b.image_path
FROM images_headers a
join images_detail b
on a.key = b.image_header
ORDER BY a.Key ASC
,b.image_display2 DESC
,b.image_display1 ASC
” )
or die(“SELECT Error: “.mysql_error());

print ”


“;
while($RecordSet=mysql_fetch_array($result))
{
If ($col_cnt > $col_nbr)
{
print ”
“; } print “”;
print ”

$RecordSet[image_path]\” width=\”100\” height=\”200\”
class=\”centerimage\” />”;
print “

$RecordSet[image_display1]
“;
print “$RecordSet[image_display2]”;
print ”

 

“;
$col_cnt = $col_cnt + 1;
If ($col_cnt > $col_nbr)
{
print ”

“;
$col_cnt = 0;
}
}
print ”

“;
print “”;
?>