$value) {
$value = urlencode(stripslashes($value));
$QueryString .= "&$key=$value";
}
// congfigure our headers
$header = "POST /bin/dumplinks.asp?" . $QueryString . " HTTP/1.0\r\n";
$header .= "Content-Type: application/x-www-form-urlencoded\r\n";
$header .= "Content-Length: " . strlen($PostingString) . "\r\n\r\n";
// open a connection to PowerLinks
$fp = fsockopen ('www.powerlinks.com', 80, $errno, $errstr, 30);
if (!$fp) {
// HTTP ERROR
echo "Error processing request";
} else {
// send form headers, form post
fputs ($fp, $header . $PostingString);
// set our returned header flag to true, these we want to ignore
// initialize our body variable
$bHeader = true;
$sData = "";
while (!feof($fp)) {
$res = fgets ($fp, 8192);
$res = ereg_replace("[\r\n]", "", $res);
// if we have an empty line, we are now past the headers.
// set the flag so we can start retrieving data
if (strlen($res) == 0) $bHeader = false;
if ($bHeader == false) $sData .= $res;
}
echo $sData;
fclose ($fp);
}
?>
Information and statements regarding dietary supplements
have not been evaluated by the Food and Drug Administration.
The information and products are not intended to diagnose, treat, cure, or
prevent any disease.
The pages found on this site are intended for information purposes only and
should not be considered a substitute for professional medical care from your
physician. Your credit card will reflect a charge by Merazon Health Products,
Inc. Information on this site is provided for informational purposes, is taken
directly from the marketing and product information furnished by the manufacturer,
and is not meant to substitute for the advice provided by your own physician
or other medical or nutritional professional. You should not use the information
contained herein for diagnosing or treating a health problem or disease, or
prescribing any medication. You should read carefully through all product
packaging. Keep in mind that we are all different - actual results will vary
widely among users of any of these products.