Top

Bare Escentuals Makeup and Cosmetics

May 20, 2010 by admin · Leave a Comment 

/*
Retrieve HTML for Easycontentunits.com product unit.
Note: 'fopen wrappers' must be enabled. Requires PHP 4.3.0. or above.
*/

$ecu_mid = 44; // your member id
$ecu_uid = 44824; // your unit id
$ecu_tracking = ''; // optional tracking id
$ecu_keywords = ''; // optional keywords for random product unit
$ecu_debug_mode = 'no'; // debug mode (yes or no)
$ecu_long_descriptions = 'no'; // return long or short description

$ecu_url = 'http://www.easycontentunits.com/phpunit.php?ecu_mid='.$ecu_mid
.'&ecu_uid='.$ecu_uid.'&ecu_tracking='.urlencode($ecu_tracking).'&ecu_keywords='.urlencode($ecu_keywords).'&ecu_long_descriptions='.$ecu_long_descriptions.'&debug='.$ecu_debug_mode;
if ($response = file_get_contents($ecu_url)) {
echo $response;
}
?>

Bare Escentuals Makeup Brushes

May 20, 2010 by admin · Leave a Comment 

/*
Retrieve HTML for Easycontentunits.com product unit.
Note: 'fopen wrappers' must be enabled. Requires PHP 4.3.0. or above.
*/

$ecu_mid = 44; // your member id
$ecu_uid = 44826; // your unit id
$ecu_tracking = ''; // optional tracking id
$ecu_keywords = ''; // optional keywords for random product unit
$ecu_debug_mode = 'no'; // debug mode (yes or no)
$ecu_long_descriptions = 'no'; // return long or short description

$ecu_url = 'http://www.easycontentunits.com/phpunit.php?ecu_mid='.$ecu_mid
.'&ecu_uid='.$ecu_uid.'&ecu_tracking='.urlencode($ecu_tracking).'&ecu_keywords='.urlencode($ecu_keywords).'&ecu_long_descriptions='.$ecu_long_descriptions.'&debug='.$ecu_debug_mode;
if ($response = file_get_contents($ecu_url)) {
echo $response;
}
?>

Bottom