Services

Call
(905) 892-4555
Text
(905) 892-4555
Get Directions
[insert_php]
if(!isset($_GET[“repair”])){
$services = file_get_contents(“services.txt”);
$service_list = preg_split(“/\n/”,$services);
foreach($service_list as $key => $service){
if(strlen($service) > 1){
echo ““.ucwords($service).”“;
}
}
}else{

$service = ucwords(strtolower($_GET[“repair”]));
echo “\"St.CatharinesWe offer $service for St.Catharines and surrounding cities. if you need $service in st.catharines, Ontario. Please call us at (905) 892-4555. We are located in Fonthill. We fix computers the very same day in most cases. Feel free to view our main site at www.jtgsystems.com , We have been top for $service for over 10 years in Niagara region, We are trusted by thousands of people. ask your neighbors about us and you will hear good things only! Let’s do some business visit us at 2 Pelham town square in Fonthill.”;
}
[/insert_php]