Unhandled Error!

Undefined index: HTTP_REFERER

Document /modules/shopproductbooking/controllers/booking.php
Document type PHP document
Line 163
Exception class Phpr_PhpException

Code Highlight

        $bookingDomain = Phpr::$config->get("BOOKING_FORM_DOMAIN",
            "booking." . str_replace("www.", "", $_SERVER['HTTP_HOST'])
        );
        if($dev = Phpr::$request->getField('dev_domain')) {
            $bookingDomain = str_replace("booking", "booking-$dev", $bookingDomain);
        }
        elseif(preg_match('/(?<=dev_domain=)[a-z]+/', $_SERVER['HTTP_REFERER'], $matches)) {
            $bookingDomain = str_replace("booking", "booking-{$matches[0]}", $bookingDomain);
        }
        return $bookingDomain;
    }
 
	public function getRemoteBookingForm() {
# Call Stack Code Document Line
32 ProductBookingController::getBookingDomain(()) /modules/shopproductbooking/controllers/booking.php 88
31 ProductBookingController::getRemoteProductDetails(array(1) [0 => '999999']) /modules/shopproductbooking/controllers/booking.php 44
30 ProductBookingController::getProductDetails(array(93) [0 => 'P22NW18', 1 => 'P27NW18', 2 => 'P32NW18', 3 => 'P37NW18', 4 => 'P42NW18', 5 => 'P47NW18', 6 => 'P52NW18', 7 => 'P57NW18', 8 => 'P62NW18', 9 => 'P67NW18', 10 => 'P72NW18', 11 => 'P77NW18', 12 => 'P82NW18', 13 => 'P87NW18', 14 => 'P92NW18', 15 => 'P97NW18', 16 => 'P102NW18', 17 => 'P107NW18', 18 => 'P112NW18', 19 => 'P117NW18', 20 => 'P122NW18', 21 => 'P127NW18', 22 => 'P132NW18', 23 => 'P22NW25', 24 => 'P27NW25', 25 => 'P32NW25', 26 => 'P37NW25', 27 => 'P42NW25', 28 => 'P47NW25', 29 => 'P52NW25', 30 => 'P57NW25', 31 => 'P62NW25', 32 => 'P67NW25', 33 => 'P72NW25', 34 => 'P77NW25', 35 => 'P82NW25', 36 => 'P87NW25', 37 => 'P92NW25', 38 => 'P97NW25', 39 => 'P102NW25', 40 => 'P107NW25', 41 => 'P112NW25', 42 => 'P117NW25', 43 => 'P122NW25', 44 => 'P127NW25', 45 => 'P132NW25', 46 => 'P22SW18', 47 => 'P27SW18', 48 => 'P32SW18', 49 => 'P37SW18', 50 => 'P42SW18', 51 => 'P47SW18', 52 => 'P52SW18', 53 => 'P57SW18', 54 => 'P62SW18', 55 => 'P67SW18', 56 => 'P72SW18', 57 => 'P77SW18', 58 => 'P82SW18', 59 => 'P87SW18', 60 => 'P92SW18', 61 => 'P97SW18', 62 => 'P102SW18', 63 => 'P107SW18', 64 => 'P112SW18', 65 => 'P117SW18', 66 => 'P122SW18', 67 => 'P127SW18', 68 => 'P132SW18', 69 => 'P22SW25', 70 => 'P27SW25', 71 => 'P32SW25', 72 => 'P37SW25', 73 => 'P42SW25', 74 => 'P47SW25', 75 => 'P52SW25', 76 => 'P57SW25', 77 => 'P62SW25', 78 => 'P67SW25', 79 => 'P72SW25', 80 => 'P77SW25', 81 => 'P82SW25', 82 => 'P87SW25', 83 => 'P92SW25', 84 => 'P97SW25', 85 => 'P102SW25', 86 => 'P107SW25', 87 => 'P112SW25', 88 => 'P117SW25', 89 => 'P122SW25', 90 => 'P127SW25', 91 => 'P132SW25', 92 => '999999']) /modules/shopproductbooking/classes/shopproductbooking_module.php 58
29 ShopProductBooking_Module->after_product_fetch(object(Shop_Product))
28 call_user_func_array(array(2) [0 => object(ShopProductBooking_Module), 1 => 'after_product_fetch'], array(1) [0 => object(Shop_Product)]) /phproad/system/class_functions.php 18
27 callFunction(array(2) [0 => object(ShopProductBooking_Module), 1 => 'after_product_fetch'], array(1) [0 => object(Shop_Product)]) /phproad/modules/phpr/classes/phpr_events.php 79
26 Phpr_Events->fire_event(array(1) [name => 'shop:onAfterProductRecordFetch'], object(Shop_Product))
25 call_user_func_array(array(2) [0 => object(Phpr_Events), 1 => 'fire_event'], array(2) [0 => array(1), 1 => object(Shop_Product)]) /phproad/system/class_functions.php 18
24 callFunction(array(2) [0 => object(Phpr_Events), 1 => 'fire_event'], array(2) [0 => array(1), 1 => object(Shop_Product)]) /phproad/modules/phpr/classes/phpr_events.php 153
23 Phpr_Events->fireEvent('shop:onAfterProductRecordFetch', object(Shop_Product))
22 call_user_func_array(array(2) [0 => object(Phpr_Events), 1 => 'fireEvent'], array(2) [0 => 'shop:onAfterProductRecordFetch', 1 => object(Shop_Product)]) /phproad/modules/phpr/classes/phpr_extensible.php 159
21 Phpr_Extensible->__call('fireEvent', array(2) [0 => 'shop:onAfterProductRecordFetch', 1 => object(Shop_Product)]) /modules/shop/models/shop_product.php 1861
20 Backend_Events->fireEvent('shop:onAfterProductRecordFetch', object(Shop_Product)) /modules/shop/models/shop_product.php 1861
19 Shop_Product->after_fetch(()) /phproad/modules/db/classes/db_activerecord.php 444
18 Db_ActiveRecord->_find_fill(array(8) [0 => array(138), 1 => array(138), 2 => array(138), 3 => array(138), 4 => array(138), 5 => array(138), 6 => array(138), 7 => array(138)], null) /phproad/modules/db/classes/db_activerecord.php 540
17 Db_ActiveRecord->find_all_internal(null, array(0), null) /phproad/modules/db/classes/db_activerecord.php 559
16 Db_ActiveRecord->find_all(()) /modules/cms/classes/cms_controller.php(383) : eval()'d code 20
15 eval(()) /modules/cms/classes/cms_controller.php 383
14 Cms_Controller->evalWithException('?><? $string = $_SERVER["REQUEST_URI"] ; $string = strtok($string, '?'); $placename = array_reverse(explode('/', trim($string, '/'))); $placename = ucwords(htmlentities($placename[0])); ?> <!-- view:shop:product_list_diy_trade_21_2_row_dynamics --> <!-- <?php if( isset($paginate) && $paginate ) { $page_index = isset($page_index) ? $page_index-1 : 0; $records_per_page = isset($records_per_page) ? $records_per_page : 48; $pagination = $products->paginate($page_index, $records_per_page); } else { $pagination = null; } $products = $products instanceof Db_ActiveRecord ? $products->find_all() : $products; ?> --> <?php $foundit = 0 ; foreach ($products as $product){ if($product->x_bookpay <= 1 or $product->x_bookpay >= 200){ $foundit = 1 ; } } if(empty($foundit)) return ; ?> <?php $i=1 ; $showEvery = 3 ; foreach ($products as $product): ?> <?php if($product->x_bookpay <= 1 or $product->x_bookpay >= 200): ?> <?php if( is_int(($i-1) / $showEvery) && $i >1 ): ?> <!-- start promo --> <!--<div style="margin-bottom: 2em;" class="hide-for-small"> <div class="twelve columns" style="height: 100%; border: 1px solid #404040; margin-bottom: 2em; padding:1.5em 1.5em 0;"> </div> </div>--> <!-- end promo --> <?php endif ?> <div style="margin-bottom: 2em;" class="product-list-item"> <? if($i == 1): ?> <div class="" style="display: inline-block; border: 1px solid #002B41; background: #002B41; color: #fff; padding: 0.5em 0.5em 0.2em 0.5em; font-size: 1.6em; text-transform: uppercase; font-weight: bold">Most Popular</div> <? endif; ?> <? if (strpos($product->name, 'Package') !== false): ?> <div class="" style="display: inline-block; border: 1px solid #00b67A; background: #00b67A; color: #fff; padding: 0.5em 0.5em 0.2em 0.5em; font-size: 1.6em; font-weight: bold; text-transform: uppercase;">Package Deal</div> <? endif; ?> <div class="twelve columns" style="<?php echo ($i == 1) ? 'border: 0.2em solid #002B41 !important;' : ''; ?> <? if (strpos($product->name, 'Package') !== false): ?>border: 0.2em solid #00b67A !important;<? endif; ?> height: 100%; margin-bottom: 2em; padding:1.5em 1.5em 0; min-height: 280px;"> <?php $this->render_partial('product_card_image', array('product' => $product, 'placename' => $placename)); ?> <?php $this->render_partial('product_card_header', array('product' => $product)); ?> <div class="four mobile-four columns"> <?php $days1Multiplier = 0.6; $percentages = $product->om('x_remote_percentages'); if($percentages && !empty($percentages['days_1'])) { $days1Multiplier = $percentages['days_1']/100; } ?> <div class="product-mobile"> <?php $this->render_partial('product_card_banners', array('product' => $product)); ?> <div class="catbul"><?php echo $product->x_bullets; ?></div> </div> <div class="row desc"> <div class="twelve mobile-four columns product-price-wrap"> <? if (strpos($product->name, 'Skip Hire') !== false): ?> <span class="price">Our Price From: </span><span class="price"> POA</span> <? else: ?> <span class="price">Our Price From: </span><span class="price"> <? if ($product->x_weekly_only != 1): ?> <?php echo format_currency($product->om('x_remote_sale_price')*$days1Multiplier); ?> <? else: ?> <?php echo format_currency($product->om('x_remote_sale_price')); ?> <? endif; ?> </span> <? endif; ?> </div> </div> <div class="twelve mobile-four columns ticks"> <p style="font-size: 1.1em; margin: 1em 0;">&nbsp;<i class="fas fa-check" style="color: #00b67A;"></i>&nbsp;&nbsp;DIY &amp; Trade<br class="hide-for-small"/> <?php if($product->om('is_on_sale')): ?> &nbsp;<i class="fas fa-check" style="color: #00b67A;"></i>&nbsp;&nbsp;<span style="color: #eb121a">Save <?php $sale_price_or_discount = $product->om('x_remote_discount') ?: $product->om('sale_price_or_discount'); if(strpos($sale_price_or_discount, '%')) { echo round($sale_price_or_discount); echo "&#37;"; } else { echo format_currency(ltrim($sale_price_or_discount, '-')); } ?></span><br/> <?php endif; ?> <?php if($product->om('x_remote_booking_delay') >= 7): ?> <span class="hide-for-small">&nbsp;<i class="fas fa-arrow-trend-down" style="color: #00b67A;"></i>&nbsp;&nbsp;Low Availability</span> <?php else: ?> <span class="hide-for-small">&nbsp;<i class="fas fa-check" style="color: #00b67A;"></i>&nbsp;&nbsp;Best Availability</span> <?php endif ?> <?php if(Phpr::$config->get('TEST_EXTRA_API_FIELDS', false) && $product->om('x_has_insurance')): ?> <span class="hide-for-small">&nbsp;<i class="fas fa-shield" style="color: #00b67A;"></i>&nbsp;&nbsp;Insurance Available</span> <?php endif ?> <?php if(Phpr::$config->get('TEST_EXTRA_API_FIELDS', false) && $product->om('x_deposit_amount')): ?> <span class="hide-for-small">&nbsp;<i class="fas fa-money-bill-transfer" style="color: #00b67A;"></i>&nbsp;&nbsp;Deposit <?= format_currency($product->om('x_deposit_amount')) ?> (Refundable)</span> <?php endif ?> <?php if(Phpr::$config->get('TEST_EXTRA_API_FIELDS', false) && $product->om('x_requires_id')): ?> <span class="hide-for-small">&nbsp;<i class="fas fa-id-card" style="color: #00b67A;"></i>&nbsp;&nbsp;Online ID Verification Required</span> <?php endif ?> </p> </div> <? $productUrl = $product->page_url('/product') . '/'; if(!$product->has_om_records()) { $productUrl .= (strpos($productUrl, '?') ? '&' : '?') . 'booking_modal_show=1'; } ?> <div class="row"> <!--<div class="twelve mobile-four columns"> <a href="<?php echo $productUrl ?>" title="Book &amp; Pay Online" class="button expand quotebutton"><i class="fas fa-calendar-alt"></i>&nbsp; Book &amp; Pay Online</a> </div> <div class="twelve mobile-four columns"> <a href="<?php echo $product->page_url('/product'); ?>/" data-gtm="Button: Book & Pay Online (C)" title="Book &amp; Pay Online" class="button expand quotebutton"><i class="fas fa-calendar-alt"></i>&nbsp; Book &amp; Pay Online</a> </div> <div class="twelve mobile-four columns"> <a href="<?php echo $product->page_url('/product'); ?>/" data-gtm="Button: Product Detail (C)" title="More Information" class="button expand quotebutton-alt">Product Detail</a> </div>--> <div class="twelve mobile-four columns"> <a href="<?php echo $product->page_url('/product'); ?>/" data-gtm="Button: Details & Booking (C)" title="Details &amp; Booking" class="button expand quotebutton"><i class="fas fa-calendar-alt"></i>&nbsp;&nbsp; Details &nbsp;&amp;&nbsp; Booking</a> </div> </div> <div class="row"> <div class="twelve columns" style="text-align: center; padding-top: 1em; color: #808080;"> <p class='product-list-free-delivery'> <?php if($product->om('x_allow_delivery') > 0 && $product->om('x_min_delivery_charge') > 0) { echo "<i class='fas fa-truck fa-fw' style='padding-right: 1em'></i>&nbsp; <span style='font-weight: 700;'>Low Cost</span> National Delivery"; } elseif ($product->om('x_allow_delivery') > 0 && $product->om('x_min_delivery_charge') < 1) { echo "<i class='fas fa-truck fa-fw' style='padding-right: 1em'></i>&nbsp; <span style='font-weight: 700;'>FREE</span> Delivery: Nationwide"; } ?> <?php $collectionSitesCount = $product->om('x_collection_available_from'); if($collectionSitesCount > 0) { echo "<i class='fas fa-map-marker-alt'></i>&nbsp;&nbsp;Click & Collect: <span style='font-weight: 700;'>$collectionSitesCount</span> Locations"; } ?> </p> </div> </div> </div> </div> </div> <?php /* <?php else: ?> <!--<div style="margin-bottom: 2em;"> <div class="twelve columns" style="height: 100%; border: 1px solid #404040; margin-bottom: 2em; padding:1.5em 1.5em 0;"> . </div> </div>--> <?php endif; ?> */ ?> <?php $i++; ?> <?php endif; ?> <?php endforeach; ?>', 'CMS partial', 'shop:product_list_diy_trade_21_2_row_dynamics', array(1) [products => object(Shop_Product)]) /modules/cms/classes/cms_controller.php 1020
13 Cms_Controller->render_partial('shop:product_list_diy_trade_21_2_row_dynamics', array(1) [products => object(Shop_Product)]) /modules/cms/classes/cms_controller.php(383) : eval()'d code 81
12 eval(()) /modules/cms/classes/cms_controller.php 383
11 Cms_Controller->evalWithException('?><? $string = $_SERVER["REQUEST_URI"] ; $patterns = array(); $patterns[0] = '/scaffold-tower-hire/'; $patterns[1] = '/-/'; $patterns[2] = '/\//'; $replacements = array(); $replacements[0] = ''; $replacements[1] = '-'; $replacements[2] = ''; $placename = ucwords(htmlentities( preg_replace($patterns, $replacements, $string))); $headers = array( "Scaffold Tower Hire $placename", "Scaffold Towers for Hire in $placename", "Cheap Scaffold Tower $placename", "Hire a Scaffold Tower in $placename", "Scaffold Rental $placename", "Rent a Scaffold Tower in $placename", "Scaffolding Hire $placename", "Hire Scaffolding in $placename" ); $headerKey = array_rand($headers); $header = $headers[$headerKey]; $descriptions = array( "The scaffold towers and platforms we supply in the $placename area offer solutions for all your needs when working at height. You should use towers for long duration and high-risk jobs, when ladders are not safe.<br/><br/>Where you're working indoors or outdoors, we have excellent equipment readily available. You can access hard to reach points, while ensuring your working safety. Book and pay online today.", "We have a massive range of tower scaffolds and platforms available in the $placename area.<br/><br/>We supply alloy scaffold, stair scaffold, DIY towers, work platforms and more. As we work with more than 47 regional and national suppliers in the UK, we can supply the right equipment for your DIY or building job.", "The range of access equipment we supply in $placename is great for DIY and professional work. Towers are great for any work environment, easy to erect, and they're safer for long duration and high risk jobs.<br/><br/>As we work with more than 47 regional and national suppliers in the UK, we can supply the right access equipment in the $placename area.", "Access towers are much safer and secure for when you are working at height. There is a massive range of sizes available, so they are suitable for use at home and on-site.<br/><br/>Scaffold towers are self-build and easy to assemble. They let you work safely and comfortably. They are also incredibly sturdy and easy to move to new areas because of the wheels at the base.<br/><br/>We provide equipment from more than 47 of the UK's regional and national suppliers, allowing us to offer excellent availability in the $placename area.", "We have more than 2,000 partner stores from over 47 UK regional and national suppliers. That makes us one of the largest tool hire companies available, and we provide our service right across the country.<br/><br/>Our branch network means that we can offer better availability for tower scaffolds and access towers in $placename. We hire to trade and DIY customers, and deliver to site. Book and pay online today.", "We supply access equipment from top UK suppliers with more availability and better rates. We are the most reliable place to hire from when you need scaffold towers, stair scaffolds, or work plateforms in $placename.<br/><br/>The towers we supply are available for a range of working heights. They are suitable for DIY and professional jobs.", "We supply mobile scaffold towers, stair scaffolds, DIY towers, work platforms & more to the $placename area. As we use the hire catalogues of the UK's top tool hire suppliers, offering more availability and better prices.<br/><br/>We offer excellent rates, a huge range of sizes for different jobs and workspaces, and delivery to site.", "We supply a huge range of tower scaffolds from the UK's top rated regional & national suppliers. We have stair scaffolds, tower scaffolds, work platforms, and much more.<br/><br/>We only work with trustworthy companies so we can offer more availability and better rates in the $placename area.", "You should use scaffold towers & platforms for long duration, higher-risk work at height, and not ladders. Access towers are safer, and offer you a lot more working room too.<br/><br/>If you have a job to do at a height in the $placename area, we can supply the equipment you need. Book and pay online today.", "If you need scaffold tower hire in $placename, including narrow width, stair, and platform towers, we can help. We work with more than 47 regional and national suppliers in the UK, ensuring we can provide better availability.<br/><br/>Our access equipment is suitable for DIY and professional work. Towers are great for any work environment, easy to erect, and they're safer for long duration and high risk jobs.", "You should use scaffold towers & platforms for long duration, higher-risk work at height, and not ladders. Access towers are safer, and offer you a lot more working room too.<br/><br/>If you have a job to do at a height in the $placename area, we can supply the equipment you need. Book and pay online today.", "If you need scaffold tower hire in $placename, including narrow width, stair, and platform towers, we can help. We work with more than 47 regional and national suppliers in the UK, ensuring we can provide better availability.<br/><br/>You should use scaffold towers & platforms for long duration, higher-risk work at height, and not ladders. Access towers are safer, and offer you a lot more working room too.<br/><br/>Our access equipment is suitable for DIY and professional work. Towers are great for any work environment, easy to erect, and they're safer for long duration and high risk jobs.", "We are the most reliable supplier for scaffold tower hire in $placename. We work with more than 47 regional and national suppliers in the UK, ensuring we can provide better availability.<br/><br/>We supply including full width, narrow width, stair tower scaffolds, and platform towers for DIY projects and professional jobs.<br/><br/>You should use scaffold towers & platforms for long duration, higher-risk work at height, and not ladders. Access towers are safer, and offer you a lot more working room too.", "If you're completing long duration or high risk work at height in the $placename area, you need to use a reliable access tower. National Tool Hire Shops can supply using the inventory of over 47 of the country's regional and national companies.<br/><br/>We have scaffolding towers, stair scaffolds, DIY towers, work platforms, and more available. We hire to trade and DIY customers, offer the best rates, and make it easy for you to book and pay online.", "National Tool Hire Shops utilises the inventory of the UK's top rated and trusted tool hire companies, allowing us to supply equipment with better availability, and the best rates. If you need access equipment, we supply quality tower scaffolds, stair scaffold, work platforms, and more.<br/><br/>The range of access equipment we supply in Barnsley is great for DIY and professional work. Towers are great for any work environment, easy to erect, and they're safer for long duration and high risk jobs." ); $descriptionKey = array_rand($descriptions); $description = $descriptions[$descriptionKey]; ?> <section id="category-page" class="content category" style="z-index: 999; position:relative; padding-bottom: 0px;"> <div class="row"> <div class="twelve columns"> <div class="cat-breadcrumbs"> <a href="/">Home</a> &nbsp;>&nbsp; <?php echo "<a href='/tool-hire/$placename/' aria-label='Tool Hire $placename'>Tool Hire $placename</a>" ?> &nbsp;>&nbsp; <?php echo "Scaffold Tower Hire $placename" ?> </div> </div> <div class="twelve columns"> <h1><?php echo $header; ?></h1> </div> </div> <div class="row"> <div class="twelve columns" style="margin-bottom: 2em;"> <p> <?php echo $description; ?> </p> </div> <?php $this->render_partial('free_delivery_dynamic'); ?> </div> </section> <section class="category"> <div class="row"> <div class="nine columns"> <?php $group = Shop_CustomGroup::create()->find_by_code('dynamic_scaffold_towers'); if($group): ?> <?php $this->render_partial('shop:product_list_diy_trade_21_2_row_dynamics', array( 'products' => $group->list_products() )); ?> <?php endif; ?> </div> <div class="three columns" style="position: -webkit-sticky; /* Safari */ position: sticky; top: 1rem;"> <?php $this->render_partial('call_free') ?> <div class="twelve columns random-usp"> <?php $this->render_partial('random_usp') ?> </div> <div class="twelve columns random-blog"> <?php $this->render_partial('random_blog') ?> </div> </div> </div> </section> <section> <p class="footerbanner" style="padding: 10px 5px; background-color: #c8102e; margin-bottom: 2em; margin-top: 0"> <? $num = Rand (1,5); switch ($num) { case 1: echo '<a class="footerbanner-link" href="/price-match/"><em class="fa fa-tag fa-lg"></em>&nbsp; &nbsp; <span style="font-weight: bold;">Scaffold Tower Hire:</span> Price Match Promise</a></p>'; break; case 2: echo '<a class="footerbanner-link" href="/tool-hire-guide/"><em class="fa fa-info-circle fa-lg"></em>&nbsp; &nbsp; <span style="font-weight: bold;">DIY &amp; Trade:</span> Scaffold Tower Hire</a></p>'; break; case 3: echo '<a class="footerbanner-link" href="/tool-hire-guide/"><em class="fa fa-calendar fa-lg"></em>&nbsp; &nbsp; <span style="font-weight: bold;">Cheap Weekly Hire Rates</span></a></p>'; break; case 4: echo '<a class="footerbanner-link" href="/free-delivery/"><em class="fa fa-hand-pointer-o fa-lg"></em>&nbsp; &nbsp; <span style="font-weight: bold;">Collect from Store</span> - or - <span style="font-weight: bold;">Delivered to Door</span>&nbsp; &nbsp; <em class="fa fa-truck fa-lg"></em></a></p>'; break; case 5: echo '<a class="footerbanner-link" href="/free-delivery/"><em class="fa fa-hand-pointer-o fa-lg"></em>&nbsp; &nbsp; <span style="font-weight: bold;">Click &amp Collect</span> - or - <span style="font-weight: bold;">Free Delivery</span>&nbsp; &nbsp; <em class="fa fa-truck fa-lg"></em></a></p>'; } ?> </p> <h2 style="text-align: center; text-transform: uppercase"><i class="fa fa-user"></i>&nbsp; &nbsp; What <? print $placename ?> Scaffold Tower Hire Customers Say About Us:</h2> <div class="row" style="padding: 2em 0;"> <div class="three hide-for-small columns" style="text-align: center;"> <img src="/themes/nthsv3/resources/images/rated_excellent2.png" loading="lazy" alt="Rated Excellent for Scaffold Tower Hire in <? echo $placename ?>" style="float: left; width: 220px; height:100%;"> <p style="display: inline-block; float: left; padding-top: 1em;">Rated Excellent for<br/>Scaffold Tower Hire in <? echo $placename ?></p> </div> <div class="three mobile-four columns"> <div class="stars"> <img src="/themes/nthsv3/resources/images/stars-5.svg" loading="lazy" alt="Rated Excellent for Scaffold Tower Hire in <? echo $placename ?>" style="width: 100px; height: 100%;"> </div> <div class="minireview"> <? $num = Rand (1,40); switch ($num) { case 1: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Excellent Service</h3><p style='margin-bottom: 0;'>The scaffold tower was exactly as needed for the job and the deliver in $placename was very quick. Thanks!</p><p style='color: #909090;'>David</p>"; break; case 2: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Very helpful staff</h3><p style='margin-bottom: 0;'>Found the $placename branch really helpful when I needed advice on which was tower to hire which was really reassuring</p><p style='color: #909090;'>J Jones</p>"; break; case 3: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Hired a scaff tower</h3><p style='margin-bottom: 0;'>Hired a tower in $placename - delivery and collection was spot-on. Very cheap hire rates too!</p><p style='color: #909090;'>Will Beacon</p>"; break; case 4: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Delivered just in time!</h3><p style='margin-bottom: 0;'>Booked online for delivery in $placename and was delivered the very next day. Driver was helpful. </p><p style='color: #909090;'>Linda</p>"; break; case 5: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Fast delivery in $placename</h3><p style='margin-bottom: 0;'>Free delivery and collection service offered in $placename saved us a lot of money and made the hire easy for me.</p><p style='color: #909090;'>Carl</p>"; break; case 6: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Excellent service</h3><p style='margin-bottom: 0;'>Cannot fault this company, the service online and at the depot in $placename was fantastic. </p><p style='color: #909090;'>PJ</p>"; break; case 7: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Great equipment!</h3><p style='margin-bottom: 0;'>Booked the tower and it arrived in almost-new condition. We are getting free collection from my site in $placename too</p><p style='color: #909090;'>John H</p>"; break; case 8: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Just what I needed</h3><p style='margin-bottom: 0;'>Never hired a scaffold tower before so I needed a company offering lots of help. I got that online and at the $placename depot.</p><p style='color: #909090;'>Lloyd</p>"; break; case 9: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold hire in $placename</h3><p style='margin-bottom: 0;'>The best rates and deals on a scaffold towers with free delivery to $placename which made the hire excellent value.</p><p style='color: #909090;'>Jessy</p>"; break; case 10: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>$placename access tower hire</h3><p style='margin-bottom: 0;'>I needed 2 large towers could not collect. I had been quoted a rates by others that made it expensive, but National Tool Hire was cheap.</p><p style='color: #909090;'>Harry</p>"; break; case 11: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower & ladder</h3><p style='margin-bottom: 0;'>Hired the tower and ladder from a store in $placename and got a fantastic deal. I will definitely use again.</p><p style='color: #909090;'>D Wiles</p>"; break; case 12: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Excellent service in $placename</h3><p style='margin-bottom: 0;'>Good range of tower sizes, easy to use website, good advice, and the cheapest rates I found anywhere online.</p><p style='color: #909090;'>Phil B</p>"; break; case 13: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Quick delivery</h3><p style='margin-bottom: 0;'>The free delivery is such a good service to save hiring a van. I would normally pick up in $placename but this took the hassle out of the job.</p><p style='color: #909090;'>Chris</p>"; break; case 14: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Good website</h3><p style='margin-bottom: 0;'>Good hire website site for tower hire in $placename. We booked it online and never needed to call anyone.</p><p style='color: #909090;'>Neil M</p>"; break; case 15: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Delivered early doors!</h3><p style='margin-bottom: 0;'>Tower came to the site first thing in the morning. Very helpful driver making the drop off in $placename too.</p><p style='color: #909090;'>Carl</p>"; break; case 16: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>No problems here</h3><p style='margin-bottom: 0;'>Good website, delivered free and on-time, collected free and on-time. I would use again in $placename</p><p style='color: #909090;'>Darren</p>"; break; case 17: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>$placename tower hire</h3><p style='margin-bottom: 0;'>I needed help on selecting a tower and received great advice on live chat. Very happy with the service.</p><p style='color: #909090;'>Lisa</p>"; break; case 18: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Best choice of towers</h3><p style='margin-bottom: 0;'>Could not get a tower from anywhere in $placename but managed to get one delivered from National. Great range.</p><p style='color: #909090;'>Steve</p>"; break; case 19: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Boss tower hire</h3><p style='margin-bottom: 0;'>I managed to book a tower online for delivery to $placename and it arrived very quickly and early in the morning.</p><p style='color: #909090;'>Amy</p>"; break; case 20: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Easy service</h3><p style='margin-bottom: 0;'>Tool hire companies are usually a headache to deal with, but doing everything online for delivery to $placename was easy here!</p><p style='color: #909090;'>Jamie</p>"; break; case 21: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Easy booking in $placename</h3><p style='margin-bottom: 0;'>I loved how I could book and pay through the website and then collect without the usual hassle. Great service.</p><p style='color: #909090;'>Roger</p>"; break; case 22: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>5 star customer service</h3><p style='margin-bottom: 0;'>They called me back about my delivery in $placename and the guy on the phone was really, really helpful.</p><p style='color: #909090;'>Tina</p>"; break; case 23: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Great advice</h3><p style='margin-bottom: 0;'>Everything I needed to know before I hired was answered via their online chatbox and I didn't have to sit in a queue to speak to them!</p><p style='color: #909090;'>Dawn</p>"; break; case 24: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>100% Recommend</h3><p style='margin-bottom: 0;'>Highly recommended for DIY. Website was really easy to use and the hire was the best price. We collected in $placename</p><p style='color: #909090;'>James</p>"; break; case 25: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Service as it should be</h3><p style='margin-bottom: 0;'>Brilliant service from start to finish. A lot of info given and very prompt delivery in the $placename area where I was.</p><p style='color: #909090;'>Phil</p>"; break; case 26: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Always helpful</h3><p style='margin-bottom: 0;'>Needed to book a long term tower hire for a $placename work site and I found the online chatbox and call back features very helpful.</p><p style='color: #909090;'>Wayne Brooks</p>"; break; case 27: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Online booking</h3><p style='margin-bottom: 0;'>This is how to run a modern internet businesses by shifting to a full online service which gives the staff time sorting the actual customer service issues.</p><p style='color: #909090;'>Jack</p>"; break; case 28: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Very, very happy!</h3><p style='margin-bottom: 0;'>Never hired anything before in my life but your team talked me through the whole process and everything happened as your said it would.</p><p style='color: #909090;'>W Bell</p>"; break; case 29: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>National hire</h3><p style='margin-bottom: 0;'>Wherever the job is, I always used National Tool Hire to get scaffold and others tools as they are very relaiable.</p><p style='color: #909090;'>Anna Thompson</p>"; break; case 30: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Simple online hire</h3><p style='margin-bottom: 0;'>I used National to book a tower scaffold in $placename and got it delivered without any problems. Great service.</p><p style='color: #909090;'>Tom B</p>"; break; case 31: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Spot on equipment</h3><p style='margin-bottom: 0;'>Easy online booking for scaffold towers. It was very clear what we would receive, when and for how much. I wish other hire companies worked like this.</p><p style='color: #909090;'>Jenny</p>"; break; case 32: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Quick, easy, friendly</h3><p style='margin-bottom: 0;'>If you need something at the last minute I can 100% recommend National Tool Hire - even for big equipment like scaffold towers and ladders.</p><p style='color: #909090;'>Graeme</p>"; break; case 33: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold Tower Delivery</h3><p style='margin-bottom: 0;'>I hire 2 scaffold towers in $placename and we managed to save a few quid by using national tool hire, thanks to the free delivery.</p><p style='color: #909090;'>Paul</p>"; break; case 34: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Quick answers</h3><p style='margin-bottom: 0;'>The live chat online is a real person and not some robot! It is a lot easier to get through to someone than over phone or by email.</p><p style='color: #909090;'>June</p>"; break; case 35: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>All on time</h3><p style='margin-bottom: 0;'>Booked delivery for $placename and never had to speak to anyone to arrange it. Delivery and collection were perfectly timed.</p><p style='color: #909090;'>Connor</p>"; break; case 36: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Great staff</h3><p style='margin-bottom: 0;'>$placename can be a black spot for scaffold tower hire but National Tool Hire always manage to get one to us wherever we are working.</p><p style='color: #909090;'>Dave</p>"; break; case 37: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Top notch service for $placename</h3><p style='margin-bottom: 0;'>Some of the best hire rates of all suppliers we use. Tower was new and in very good condition. It did the job no problem.</p><p style='color: #909090;'>Mike</p>"; break; case 38: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Really easy to hire</h3><p style='margin-bottom: 0;'>I usually use a local $placename hire shop but National made it easier to book what I needed out of hours. I will use again.</p><p style='color: #909090;'>Johnny</p>"; break; case 39: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>No fuss</h3><p style='margin-bottom: 0;'>Very helpful staff who know what they are talking about. Extending the hire was as easy as speaking to them via Live Chat - amazing!</p><p style='color: #909090;'>Ryan</p>"; break; case 40: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Nice people</h3><p style='margin-bottom: 0;'>I used live chat and they called me back, so I did not have to wait around. Their staff are really nice over the phone too.</p><p style='color: #909090;'>Vin</p>"; } ?> </div> </div> <div class="three mobile-four columns"> <div class="stars"> <img src="/themes/nthsv3/resources/images/stars-5.svg" loading="lazy" alt="Rated Excellent for Scaffold Tower Hire in <? echo $placename ?>" style="width: 100px; height: 100%;"> </div> <div class="minireview"> <? $num = Rand (1,40); switch ($num) { case 1: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>I&#39;m very happy</h3><p style='margin-bottom: 0;'>I had a tower delivered which was missing some parts and they just arranged a replacement same-day - and changed the dates for free.</p><p style='color: #909090;'>Jim</p>"; break; case 2: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Almost new equipment</h3><p style='margin-bottom: 0;'>I will use you again. I can't believe how new the equipment was compared to my usual hire company in $placename</p><p style='color: #909090;'>JJ</p>"; break; case 3: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Very efficient service</h3><p style='margin-bottom: 0;'>Cheap hire rates, free delivery, free collection, easy to book online - what more can I say? The best hire company for scaffolds in $placename</p><p style='color: #909090;'>Bryce</p>"; break; case 4: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Big thumbs up!</h3><p style='margin-bottom: 0;'>Booked for delivery to $placename for next-day hire - amazing!</p><p style='color: #909090;'>K Lowe</p>"; break; case 5: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>helpful. Good price.</h3><p style='margin-bottom: 0;'>booked a scaffold for hire in $placename and the team were helpful throughout.</p><p style='color: #909090;'>Andy</p>"; break; case 6: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>On-time</h3><p style='margin-bottom: 0;'>Delivered and collected first time and on time. Driver was a funny guy and helped to get the tower into place.</p><p style='color: #909090;'>A Smith</p>"; break; case 7: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold Tower</h3><p style='margin-bottom: 0;'>Just an incredible website for scaffold tower hire in $placename. Hire from here.</p><p style='color: #909090;'>Ryan</p>"; break; case 8: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Superior Hire Service</h3><p style='margin-bottom: 0;'>Great hire service and really helpful and knowledgeable staff. I would 100% use again. Booked in $placename</p><p style='color: #909090;'>Terry</p>"; break; case 9: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Good company</h3><p style='margin-bottom: 0;'>After some initial delivery issues to my work site, the tower arrived on the day we ordered it for and was in mint condition.</p><p style='color: #909090;'>Frank</p>"; break; case 10: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Reliable</h3><p style='margin-bottom: 0;'>I have never been let down by this company. They always deliver when they say they will and I can speak to them online without a queue.</p><p style='color: #909090;'>Shaun</p>"; break; case 11: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Online chat is excellent</h3><p style='margin-bottom: 0;'>All my questions were answered very quickly and I booked the tower online without any issues.</p><p style='color: #909090;'>Simon</p>"; break; case 12: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>scaffolding in $placename</h3><p style='margin-bottom: 0;'>Why shop around when you can just go on to one website and book your scaffold tower online without the fuss</p><p style='color: #909090;'>DJ</p>"; break; case 13: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Easy delivery</h3><p style='margin-bottom: 0;'>No problems finding the site in $placename that other companies could never find. Perfect service from start to finish.</p><p style='color: #909090;'>Tim</p>"; break; case 14: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Best rates</h3><p style='margin-bottom: 0;'>We shopped around in $placename for the best hire rates and this website offered the cheapest options around for most gear.</p><p style='color: #909090;'>Sam</p>"; break; case 15: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Free delivery in $placename</h3><p style='margin-bottom: 0;'>Booked the scaffold tower for use in $placename. It was really easy to sort it all out online.</p><p style='color: #909090;'>Tommy</p>"; break; case 16: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Stress free hire</h3><p style='margin-bottom: 0;'>Took all the hassle and issues out of hiring that you usually get when booking online.</p><p style='color: #909090;'>CD</p>"; break; case 17: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold hire</h3><p style='margin-bottom: 0;'>Found the best hire rate for access towers here that I used for a job in $placename - Excellent service all round.</p><p style='color: #909090;'>B Adams</p>"; break; case 18: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Access equipment hire</h3><p style='margin-bottom: 0;'>This site has got the best range of towers that were easy to find and book. I collected from the $placename store.</p><p style='color: #909090;'>Leon</p>"; break; case 19: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower hire $placename</h3><p style='margin-bottom: 0;'>All booked and paid online without speaking to anyone. The end price seemed very good and delivery was free.</p><p style='color: #909090;'>Harry</p>"; break; case 20: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Helpful team</h3><p style='margin-bottom: 0;'>I was being quoted loads of money for delivery in $placename, but National offered it for free when booking online!</p><p style='color: #909090;'>Nick</p>"; break; case 21: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>scaffolding in $placename</h3><p style='margin-bottom: 0;'>I have used this company to book scaffold towers several times now and I have never had an issue. Plus, free delivery!</p><p style='color: #909090;'>P Parker</p>"; break; case 22: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Hire in $placename</h3><p style='margin-bottom: 0;'>We use National for most of our hires now as the website is quick and easy to use.</p><p style='color: #909090;'>Mel</p>"; break; case 23: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>First rate</h3><p style='margin-bottom: 0;'>I received a first rate service for my tower hire in $placename - we are really happy with the service.</p><p style='color: #909090;'>Doug</p>"; break; case 24: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>tower Hire</h3><p style='margin-bottom: 0;'>I only needed the scaffold for a couple of days and getting it collected and out of the way early was not a problem!</p><p style='color: #909090;'>Neil</p>"; break; case 25: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>scaffolding tower $placename</h3><p style='margin-bottom: 0;'>Easy to use website and very fast delivery service. 5 stars all the way.</p><p style='color: #909090;'>KK</p>"; break; case 26: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Free delivery $placename</h3><p style='margin-bottom: 0;'>Free delivery was a real winner as it saved us from hiring a van to move the scaffold tower.</p><p style='color: #909090;'>Jerry</p>"; break; case 27: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Good rates and delivery</h3><p style='margin-bottom: 0;'>I had an account with another hire company but the rates are much better here! How is that possible?</p><p style='color: #909090;'>Joey</p>"; break; case 28: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Hire it here!</h3><p style='margin-bottom: 0;'>If you need to hire scaffold towers in $placename these guys are the best and cheapest</p><p style='color: #909090;'>D Lewis</p>"; break; case 29: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>tower hire $placename</h3><p style='margin-bottom: 0;'>this is by far the best and easiest way to book scaffold towers online - and at the best rates!</p><p style='color: #909090;'>Jon</p>"; break; case 30: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold Tower</h3><p style='margin-bottom: 0;'>Whatever you need to hire in $placename try this website first, they have everything you can imagine!</p><p style='color: #909090;'>Dean</p>"; break; case 31: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Simple booking system</h3><p style='margin-bottom: 0;'>Sick of the local tool hire company never answering the phone I tried this website and booked online. Very, very easy.</p><p style='color: #909090;'>Dennis</p>"; break; case 32: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Quick and helpful</h3><p style='margin-bottom: 0;'>If you want to hire equipment but you need help then I suggest you speak to these guys first - amazing service</p><p style='color: #909090;'>Julie</p>"; break; case 33: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower Hire</h3><p style='margin-bottom: 0;'>The best prices online for scaffold tower hire that I have found and they have the best choice in size, width and length</p><p style='color: #909090;'>Sue</p>"; break; case 34: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>$placename Builders</h3><p style='margin-bottom: 0;'>National Tool Hire is the first company I call to book any tool anywhere I need it. Big time saver.</p><p style='color: #909090;'>Adam</p>"; break; case 35: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>First time hire</h3><p style='margin-bottom: 0;'>I&#39;ve never hired scaffold before but when I needed to for a job in $placename I used your website and it was great</p><p style='color: #909090;'>Sharon</p>"; break; case 36: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Roof job</h3><p style='margin-bottom: 0;'>I wish all tool hire companies worked like this.</p><p style='color: #909090;'>Jan</p>"; break; case 37: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Can&#39;t fault them!</h3><p style='margin-bottom: 0;'>I wish more companies gave good service, free delivery and had well trained staff. It would save everyone a lot of time.</p><p style='color: #909090;'>AJ</p>"; break; case 38: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Brilliant service here</h3><p style='margin-bottom: 0;'>It&#39;s not often I hire equipment but compared to the stores this seems like a very modern service and was easy to use.</p><p style='color: #909090;'>Brian</p>"; break; case 39: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Free Delivery $placename</h3><p style='margin-bottom: 0;'>The free delivery was what swung the deal for us as we only have a small van.</p><p style='color: #909090;'>James</p>"; break; case 40: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Excellent!</h3><p style='margin-bottom: 0;'>The best hire company in $placename by a country mile!</p><p style='color: #909090;'>Seb</p>"; } ?> </div> </div> <div class="three mobile-four columns"> <div class="stars"> <img src="/themes/nthsv3/resources/images/stars-5.svg" loading="lazy" alt="Rated Excellent for Scaffold Tower Hire in <? echo $placename ?>" style="width: 100px; height: 100%;"> </div> <div class="minireview"> <? $num = Rand (1,29); switch ($num) { case 1: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower Hire</h3><p style='margin-bottom: 0;'>I needed to fix the roof after the recent bad weather and before the builders would start work. Equipment was 5 star.</p><p style='color: #909090;'>Karl</p>"; break; case 2: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Short-term Hire</h3><p style='margin-bottom: 0;'>I only needed the scaffold tower for 2 days and it wasn&#39;t a problem. Delivered, used and collected without fuss!</p><p style='color: #909090;'>Bart</p>"; break; case 3: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Fast Delivery</h3><p style='margin-bottom: 0;'>If you need something in a rush then I can recommend National Tool Hire to help. Especially in the $placename</p><p style='color: #909090;'>Troy</p>"; break; case 4: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Easy to use</h3><p style='margin-bottom: 0;'>Free delivery to my house in $placename was a winner and saved me loads of money compared to the other companies I tried.</p><p style='color: #909090;'>Grant</p>"; break; case 5: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>No account needed</h3><p style='margin-bottom: 0;'>I always hire from here now. Everything gets delivered on time for free and no account needed.</p><p style='color: #909090;'>Ste</p>"; break; case 6: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Paid with PayPal</h3><p style='margin-bottom: 0;'>I didn&#39;t have my wallet with me so when I found they took PayPal it saved a drive home. Thanks!</p><p style='color: #909090;'>William</p>"; break; case 7: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>access tower $placename</h3><p style='margin-bottom: 0;'>We hired for delivery to our home in $placename and it arrived the next-day with everything included.</p><p style='color: #909090;'>Ben</p>"; break; case 8: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>DIY welcome</h3><p style='margin-bottom: 0;'>We&#39;re not builders but I found that national tool hire could send us everything for the work we had on.</p><p style='color: #909090;'>C Adams</p>"; break; case 9: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>$placename access hire</h3><p style='margin-bottom: 0;'>Booked online. Arrvied next day. Used it. Off-hired early. They collected. Invoice sent to me by email. Easy.</p><p style='color: #909090;'>Al Johnston</p>"; break; case 10: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower and ladder</h3><p style='margin-bottom: 0;'>I needed a extension ladder and a tower to work on the roof at home in $placename and national tool hire had them ready to deliver.</p><p style='color: #909090;'>L Beckham</p>"; break; case 11: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Always very helpful</h3><p style='margin-bottom: 0;'>I&#39;ve used this company a lot of times now and I can&#39;t fault them. Always helpful and never mess us about.</p><p style='color: #909090;'>Alex</p>"; break; case 12: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Very cheap rates</h3><p style='margin-bottom: 0;'>Save getting a builder in, hire your scaffold tower and do the job yourself, saving £100&#39;s!</p><p style='color: #909090;'>Ian</p>"; break; case 13: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Tower scaffold</h3><p style='margin-bottom: 0;'>If more companies worked like this life would be easier. I can highly recommend for all tools.</p><p style='color: #909090;'>Jon The Builder</p>"; break; case 14: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>would recommend them</h3><p style='margin-bottom: 0;'>I would recommend these guys any day of the week for any equipment you need, especially in the $placename area.</p><p style='color: #909090;'>Andy</p>"; break; case 15: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Best hire in $placename</h3><p style='margin-bottom: 0;'>Hassle free, good prices, free delivery and collection, good advise... Everything here was worth the money</p><p style='color: #909090;'>Tony</p>"; break; case 16: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Highly recommended</h3><p style='margin-bottom: 0;'>I was recommended to use you to book our scaffold tower by my builder who said he uses you all the time.</p><p style='color: #909090;'>Col</p>"; break; case 17: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Helpful people</h3><p style='margin-bottom: 0;'>If you need help picking the right size of tower, like I did, then I think it would be good to call these guys as they are very helpful.</p><p style='color: #909090;'>Fraiser</p>"; break; case 18: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Towers hired here</h3><p style='margin-bottom: 0;'>The best hire company in $placename without doubt. Book your tools here.</p><p style='color: #909090;'>Connor</p>"; break; case 19: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold Hire</h3><p style='margin-bottom: 0;'>The second best price we found online but came with free delivery which made the overall price much, much cheaper than elsewhere</p><p style='color: #909090;'>Michael</p>"; break; case 20: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>5 stars</h3><p style='margin-bottom: 0;'>I&#39;ve hired a lot of toolsover the years and usually it&#39;s arrived late, had a fault or not been collected, but not here!</p><p style='color: #909090;'>Lewis</p>"; break; case 21: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Can&#39;t complain</h3><p style='margin-bottom: 0;'>Delivered very quickly to $placename and everything was as it should be.</p><p style='color: #909090;'>Dave cox</p>"; break; case 22: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Quick and free delivery</h3><p style='margin-bottom: 0;'>Free delivery to $placename saved us a lot of money! </p><p style='color: #909090;'>Davey</p>"; break; case 23: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Resolved issues</h3><p style='margin-bottom: 0;'>We had some problems but National Tool Hire sent someone out with the additional tower parts</p><p style='color: #909090;'>Vicky</p>"; break; case 24: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Scaffold towers</h3><p style='margin-bottom: 0;'>We always hire from here now instead of trying to find someone local at the last minute</p><p style='color: #909090;'>Rick</p>"; break; case 25: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Best $placename scaffold co</h3><p style='margin-bottom: 0;'>Never let me down on any hire in any region and can book online day or night for next day delivery.</p><p style='color: #909090;'>Fergus</p>"; break; case 26: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Stair scaffold tower</h3><p style='margin-bottom: 0;'>I was decorating some offices in $placename and my tower wasn&#39;t quite big enough but national solved the problem for me</p><p style='color: #909090;'>Michael</p>"; break; case 27: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>Short term hire</h3><p style='margin-bottom: 0;'>If you need something quickly I would recommend NTH should be your first phone call.</p><p style='color: #909090;'>George</p>"; break; case 28: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>scaffold hire in $placename</h3><p style='margin-bottom: 0;'>Hiring in $placename is quick and easy. National are very helpful when I couldn&#39;t get a tower elsewhere.</p><p style='color: #909090;'>Ed</p>"; break; case 29: echo "<h3 style='font-size: 1.2em; font-weight: 900; margin-bottom: 0; text-align: left;'>tower hire $placename</h3><p style='margin-bottom: 0;'>Great service, price, advice, delivery and collection - what more can I say, just brill!</p><p style='color: #909090;'>Nicola</p>"; } ?> </div> </div> </div> </section> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "LocalBusiness", "name": "National Tool Hire: <?php echo $placename; ?>", "description": "Scaffold Tower Hire in <?php echo $placename; ?>.", "telephone": "+44-800-808-9600", "image": "https://www.nationaltoolhireshops.co.uk/themes/nthsv3/resources/images/NTHS_logo.png", "address": "<?php echo $placename; ?>", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "bestRating": "5", "worstRating": "1", "ratingCount": "284" } } </script>', 'CMS page', 'Scaffold Tower Hire') /modules/cms/classes/cms_controller.php 608
10 Cms_Controller->eval_page_content(()) /modules/cms/classes/cms_controller.php 198
9 Cms_Controller->open(object(Cms_Page), array(1) [0 => 'ivybridge']) /controllers/application.php 72
8 Application->On404(())
7 call_user_func_array(array(2) [0 => object(Application), 1 => 'On404'], array(0)) /phproad/modules/phpr/classes/phpr_controller.php 170
6 Phpr_Controller->executeAction('On404', array(0)) /phproad/modules/phpr/classes/phpr_controller.php 84
5 Phpr_Controller->_run('On404', array(0)) /phproad/modules/phpr/classes/phpr_response.php 64
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 37
3 Phpr_Response->open('/scaffold-tower-hire/Ivybridge') /phproad/system/phproad.php 31
2 include('/var/www/vhosts/nationaltoolhireshops.co.uk/httpdocs/phproad/system/phproad.php') /boot.php 114
1 require_once('/var/www/vhosts/nationaltoolhireshops.co.uk/httpdocs/boot.php') /index.php 23