Founded seven years ago by Nick Falkingham & Adam Holdsworth, the aim of the Pure Collection was to plug up a gap in the luxury apparel market for exquisite, well made cashmere, in modern designs at affordable prices.
In just four years Pure had grown to become the biggest online and mail order cashmere brand in the United Kingdom. Building on this success Pure launched its first catalogue in the USA during the Autumn of 2006.
Autumn last year saw Pure launch a whole new range of classic, contemporary, yet stylish clothing to fully complement the innovative doctrine of the cashmere collection.
Retrieve HTML for Easycontentunits.com product unit.
Note: 'fopen wrappers' must be enabled. Requires PHP 4.3.0. or above.
*/
$ecu_mid = 3; // your member id
$ecu_uid = 6176; // your unit id
$ecu_tracking = ''; // optional tracking id
$ecu_debug_mode = 'no'; // debug mode (yes or no)
$ecu_url = 'http://www.easycontentunits.com/phpunit.php?ecu_mid='.$ecu_mid
.'&ecu_uid='.$ecu_uid.'&ecu_tracking='.$ecu_tracking.'&debug='.$ecu_debug_mode;
$ch = curl_init($ecu_url);
@$fp = fopen($ecu_uid.".html", "w");
@curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
@fclose($fp);
@include($ecu_uid.".html");
?>

