Overview of Unlimited Web Hosting UK Ltd Cloud Hosting Proposition

$dbhost = 'localhost';
$dbuser = 'ukclouk1_paul';
$dbpass = 'paul13844502';
$dbname = 'ukclouk1_clouds';

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');
mysql_select_db($dbname);

$query = "SELECT * FROM `providers` where id='2'";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());

while($thisrow=mysql_fetch_array($result)) {

echo "

Billing Overview

“;
echo “$thisrow[billingterms]“;

echo “

Cost

“;
echo “$thisrow[cost]“;

echo “

Online calculator – N/A“;

echo “

Network / Hardware and Virtualisation platform

“;
echo “
Infrastructure – $thisrow[infrastructure]
“;
echo “
Virtualisation Platform – $thisrow[virtualisation]
“;
echo “
Scalability – $thisrow[scalability]
“;
echo “
Load-Balancing – $thisrow[loadbalancing]“;
echo “

Supported OS – $thisrow[supported]“;

echo “

Hosting Features

“;
echo “
DNS – $thisrow[domains]“;
echo “

Email – $thisrow[email]“;
echo “

IP Addresses – $thisrow[ipaddresses]“;

echo “

Extra Applications

“;
echo “$thisrow[addonapps]“;

echo “

SLA

“;
echo “$thisrow[sladetails]“;

echo “

Support and Community

“;
echo “$thisrow[support]“;
echo “

$thisrow[onlinecommunity]“;

}

?>

Visit Unlimited Web Hosting

Please note that whilst we have taken as much care as possible in making sure that the information provided is accurate at the time of writing and even though we make regular updates, the information may sometimes differ due to constant changes in the cloud hosting proposition.

Related posts:

  1. Overview of the Amazon EC2 Cloud Hosting Proposition
  2. Overview of the GoGrid Cloud Hosting Proposition

About the Author