WELCOME TO MIDLANDS GATEWAY BUSINESS PARK
Midlands Gateway Business Park (MGBP) is a unique opportunity to acquire business premises in a central strategic location.
Constructed in 2007, the development is built to the highest standards and set in a secure, landscaped environment. Considerable care and attention has gone into designing an attractive and efficient business park to promote the highest quality accommodation in a convenient and accessible location.
MGBP… We tick all the boxes.

In the Middle of Everywhere…
What our occupants say:
// quotes array
$quoteText[] = "Everything that divides men, everything that
separates or herds men together in categories, is a sin
against humanity.";
$quoteText[] = "Those who once enslaved man and sent him to
the Americas perhaps never imagined that one of those peoples
who received the slaves would one day send their fighters to
struggle for freedom in Africa.";
$quoteText[] = "The revolutionary idea should be diffused by
means of appropriate media to the greatest depth possible.";
// respective authors array
$quoteAuth[] = "
" . $quoteAuth; // if used as an include which returns variables: // $quoteText = $quoteText[$randNum]; // $quoteAuth = $quoteAuth[$randNum]; // or, print all the quotes and authors: /*
for ($i=0; $quoteText[$i] and $quoteAuth[$i]; $i++) {
print ("
*/
?>
José Martí
"; $quoteAuth[] = "Fidel Castro"; $quoteAuth[] = "Ernesto 'Che' Guevara"; /* generate the random number or date. replace the second number with the upper limit of the zero-indexed array. */ $randNum = rand(0,2); // $randNum = date("d"); // if used only to return text: $quoteText = $quoteText[$randNum]; $quoteAuth = $quoteAuth[$randNum]; print $quoteText . "" . $quoteAuth; // if used as an include which returns variables: // $quoteText = $quoteText[$randNum]; // $quoteAuth = $quoteAuth[$randNum]; // or, print all the quotes and authors: /*
| "$quoteText[$i]"
$quoteAuth[$i] |