Forum Moderators: coopster
here is the code for it
$gotosize = strlen($gotolink);
@header("Content-type: text/plain");
@header("Content-Length: $gotosize");
@header("location: $gotolink");
@header("Connection: close");
die("<a href=\"$gotolink\">Add to Cart</a>");
?>
header('Location: ' . $gotolink);
.. and Welcome to WebmasterWorld! :)