// Mobile Broadband Conn Here !! // MySql Server information $server = "localhost"; $DBusername = "freelapt_freelap"; $DBpassword = "letmein"; $database = "freelapt_freelapt"; $conn = mysql_connect($server, $DBusername, $DBpassword); if (!$conn) { echo "could not connect: " . mysql_error(); exit; } if (!mysql_select_db($database)) { echo "Could not find DB NAMED $dbname : " . mysql_error(); exit; } if(isset($_GET['buy'])){ $buy = mysql_query("select link from broadbandoffers where id=".$_GET['buy']); $bu=mysql_fetch_assoc($buy); header("Location: ".$bu['link']); exit(); } ?>
We check our prices daily to bring you the best Broadband deals on the internet.



Freelaptopbroadband.co.uk compares Mobile broadband offers from UK ISP’s using easy to follow comparison tables we allow you to select the best offer for your needs. Compare offers based on price, speed, download limit, contract length, free gifts and features.
Our offers are continually updated to ensure you get the widest choice and newest offers available, we compare deals from O2, T-Mobile, Virgin, Three, Orange and many to view a selection of our offers and Mobile Broadband ISP’s please see the comparison tables below.
| ISP | Offer | Speed | Downloads | Contract | Price |
|---|---|---|---|---|---|
| '.$b['package'].' '.$b['shortdesc'].' | Up to '; if($b['speed']== 0.51){ echo '512k'; }else{ echo str_replace(".00","",$b['speed']) .' Mb'; } echo ' | '; if($b['downloads']==999){ echo 'Unlimited'; }else{ echo $b['downloads'].' Gb'; } echo ' | '.$b['contract'].' Months | £'.$b['cost'].' Per month ![]() '.$b['costinfo'].' |