 |
Enter your email and hear about
recent projects and news from the I.P.R.S. Team
|
|
 |
I.P.R.S.
Ltd,
Unit 3,
Falcon Avenue,
Waterford Airport Bus. Park,
Waterford.
Tel: 051 857565
Mobile: 087 7768483
Email: info@iprs.ie
"Kingspan Ltd. regularly use I.P.R.S.
Ltd, for remedial work, repair and over painting of our wide range
of products. We have inspected their workmanship and method statements;
on this basis we can confirm our approval"
Philip Smith
Contracts Manager
Kingspan
|
|
Sectors - Commercial & Industrial
I.P.R.S. Ltd. Industrial and commercial sector has quite a large back catalogue
of completed projects covering both internal and external works.
This sector has a wide variety of works from all types
of architectural cladding/curtain walling/roller doors/steel personnel
doors/cladding flashing and top hats/cills and drip trays/louvers/steel
hand rails and all associated fittings.
This sector also includes new and existing office buildings
industrial warehouses factory units and manufacturing facilities.
The main advantage for using i.p.r.s ltd for repair respray is that we have the experience to carry out works with little or no disruption to our clients business.
Relevant projects:
require("admin/conf.php");
mysql_connect("$DBHost","$DBUser","$DBPass");
$result=mysql("$DBName","SELECT name FROM category where id='$id'");
while ($row = mysql_fetch_row($result)) {
$cat_name = $row[0];
}
$projs=mysql("$DBName","SELECT * FROM product where cat_id='3'");
?>
Please choose a project:
$i = 0;
while($proj = mysql_fetch_row($projs)){
$pid = $proj[0];
$pname = $proj[1];
?>
if($i % 5 == 0){echo " ";}
?>

if($i % 5 == 0){echo " ";}
?>
$i++;
}
?>
|