 |
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
The motor industry sector has once again a very varied
scope of works I.P.R.S. Ltd. has carried out works from all types of Car
Sales Garages to filing stations throughout the country. We
at I.P.R.S. Ltd. are aware that most garages and filing stations are franchised
agencies and come with their own company colour and logo that need to
be maintained and up held as part of their company policy, our company
can colour match to suit and facilitate their needs.
Re-spray and repair works carried out are as follows:-
Filing Stations: -
- Garage Canopies
- Petrol and Diesel pumps
- Roller doors
- Signage
- Curtain walling
Car Sale Garages: -
- Architectural Cladding
- Cladding Flashing
- Curtain Walling
- Signage
- All associated steel works
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='5'");
?>
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++;
}
?>
|